1
0
Fork 0
mirror of synced 2024-06-26 18:10:26 +12:00

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',
('77389679084d381336f168538793f218',)
)
),
(
'https://i.imgur.com/OGeVuAe.gift',
('77389679084d381336f168538793f218',)
)
),
))
def test_find_resources(test_url: str, expected_hashes: list[str]):
mock_download = Mock()