From 8c3af7029eb37c19d4e32dd87edcc87f8565f791 Mon Sep 17 00:00:00 2001 From: OMEGARAZER <869111+OMEGARAZER@users.noreply.github.com> Date: Wed, 10 Nov 2021 20:33:58 -0500 Subject: [PATCH] Update test_imgur.py --- tests/site_downloaders/test_imgur.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/site_downloaders/test_imgur.py b/tests/site_downloaders/test_imgur.py index 85b84c6..359bdc3 100644 --- a/tests/site_downloaders/test_imgur.py +++ b/tests/site_downloaders/test_imgur.py @@ -153,11 +153,11 @@ def test_imgur_extension_validation_bad(test_extension: str): ( 'https://i.imgur.com/OGeVuAe.giff', ('77389679084d381336f168538793f218',) - ) + ), ( 'https://i.imgur.com/OGeVuAe.gift', ('77389679084d381336f168538793f218',) - ) + ), )) def test_find_resources(test_url: str, expected_hashes: list[str]): mock_download = Mock()