Skip to content
Snippets Groups Projects
Commit 2c986582 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

HOTFIX: see #2

parent 594a59a8
No related branches found
No related tags found
No related merge requests found
......@@ -677,5 +677,6 @@ def test_thumbnails():
reconnect=True).read()
print(body)
xml = etree.fromstring(body)
assert_equals(xml[0][0].get("thumbnail")[-41:],
# TODO find a better way to check this
assert_equals(xml[1][0].get("thumbnail")[-41:],
"/Thumbnails/testfiles/thumbnails_test.dat")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment