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" } ] })