Update test_imgur.py

This commit is contained in:
OMEGARAZER
2021-11-10 20:33:58 -05:00
committed by Ali Parlakçı
parent bd802df38c
commit 8c3af7029e

View File

@@ -153,11 +153,11 @@ def test_imgur_extension_validation_bad(test_extension: str):
( (
'https://i.imgur.com/OGeVuAe.giff', 'https://i.imgur.com/OGeVuAe.giff',
('77389679084d381336f168538793f218',) ('77389679084d381336f168538793f218',)
) ),
( (
'https://i.imgur.com/OGeVuAe.gift', 'https://i.imgur.com/OGeVuAe.gift',
('77389679084d381336f168538793f218',) ('77389679084d381336f168538793f218',)
) ),
)) ))
def test_find_resources(test_url: str, expected_hashes: list[str]): def test_find_resources(test_url: str, expected_hashes: list[str]):
mock_download = Mock() mock_download = Mock()