Skip to content

Commit

Permalink
Update test_configs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
95833 authored Dec 23, 2024
1 parent e22f832 commit 0057794
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
})
Expand Down

0 comments on commit 0057794

Please sign in to comment.