From c8a64dbee9462678b2451b12def06baf1bff55b9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 2 Aug 2021 20:42:20 +0300 Subject: [PATCH] Test image is now gif --- tests/test_album.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_album.py b/tests/test_album.py index d6bf3e1..e3ca4f7 100755 --- a/tests/test_album.py +++ b/tests/test_album.py @@ -95,4 +95,4 @@ class TestPyLastAlbum(TestPyLastWithLastFm): # Assert self.assert_startswith(image, "https://") - self.assert_endswith(image, ".png") + self.assert_endswith(image, ".gif")