mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 09:18:08 +00:00
Fix a broken test on windows machines
This commit is contained in:
parent
0d687e62ad
commit
51ef5d8c90
@ -133,7 +133,7 @@ def test_list_images(tmpdir):
|
|||||||
'filename': 'test2.image',
|
'filename': 'test2.image',
|
||||||
'filesize': 7,
|
'filesize': 7,
|
||||||
'md5sum': 'b0d5aa897d937aced5a6b1046e8f7e2e',
|
'md5sum': 'b0d5aa897d937aced5a6b1046e8f7e2e',
|
||||||
'path': str(path2)
|
'path': force_unix_path(str(path2))
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user