Skip to content

Commit 046cec9

Browse files
committed
Fix remote path mapping tests
1 parent 60d3a41 commit 046cec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_util_filepath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_empty_file_raises_error(self):
8080

8181
class RemotePathTest(unittest.TestCase):
8282
def setUp(self):
83-
vdebug.opts.Options.set({'path_maps':{'/remote1/':'/local1/', '/remote2/':'/local2/'}})
83+
vdebug.opts.Options.set({'path_maps':{'remote1':'local1', 'remote2':'local2'}})
8484

8585
def test_as_local(self):
8686
filename = "/remote1/path/to/file"

0 commit comments

Comments
 (0)