test_imgur.py: Remove duplicate tests
This commit is contained in:
@@ -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',
|
('https://i.imgur.com/dLk3FGY.gifv',
|
||||||
{'hash': 'dLk3FGY', 'title': '', 'ext': '.mp4', 'animated': True}
|
{'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):
|
def test_get_data_gif(test_url: str, expected_image_dict: dict):
|
||||||
result = Imgur._get_data(test_url)
|
result = Imgur._get_data(test_url)
|
||||||
|
|||||||
Reference in New Issue
Block a user