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

test_imgur.py: Remove duplicate tests

This commit is contained in:
Ali Parlakci 2021-04-03 19:41:00 +03:00
parent bf078cbaf8
commit 6c98829fd8

View file

@ -42,9 +42,6 @@ def test_get_data_album(test_url: str, expected_gen_dict: dict, expected_image_d
('https://i.imgur.com/dLk3FGY.gifv',
{'hash': 'dLk3FGY', 'title': '', 'ext': '.mp4', 'animated': True}
),
('https://i.imgur.com/dLk3FGY.gifv',
{'hash': 'dLk3FGY', 'title': '', 'ext': '.mp4'}
),
))
def test_get_data_gif(test_url: str, expected_image_dict: dict):
result = Imgur._get_data(test_url)