From 0057794141ad48bdee46b7e74d445f19a2c0e5d6 Mon Sep 17 00:00:00 2001 From: 95833 <987004590@qq.com> Date: Mon, 23 Dec 2024 18:38:22 +0800 Subject: [PATCH] Update test_configs.py --- tests/test_configs.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_configs.py b/tests/test_configs.py index ef1e2ea94..b2fa610bd 100644 --- a/tests/test_configs.py +++ b/tests/test_configs.py @@ -145,12 +145,12 @@ def test_path_maps(self): "selector": "source.foo", "path_maps": [ { - "local": "/home/user/projects/myproject", - "remote": "/workspace" + "local": "file:///home/user/projects/myproject", + "remote": "file:///workspace" }, { - "local": "/home/user/projects/another", - "remote": "/workspace2" + "local": "file:///home/user/projects/another", + "remote": "file:///workspace2" } ] })