1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Fix a broken test on windows machines

This commit is contained in:
Julien Duponchelle 2017-04-18 14:04:50 +02:00
parent 0d687e62ad
commit 51ef5d8c90
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

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