Fix a broken test on windows machines

pull/987/head
Julien Duponchelle 7 years ago
parent 0d687e62ad
commit 51ef5d8c90
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -133,7 +133,7 @@ def test_list_images(tmpdir):
'filename': 'test2.image',
'filesize': 7,
'md5sum': 'b0d5aa897d937aced5a6b1046e8f7e2e',
'path': str(path2)
'path': force_unix_path(str(path2))
}
]

Loading…
Cancel
Save