1
0
Fork 0
mirror of synced 2024-05-23 13:39:49 +12:00

Fix outdated test

This commit is contained in:
Serene-Arc 2021-07-18 14:42:20 +10:00
parent 381e3c29fa
commit 8826fc5aa9

View file

@ -65,11 +65,11 @@ def test_get_data_album(test_url: str, expected_gen_dict: dict, expected_image_d
{'hash': 'dLk3FGY', 'title': '', 'ext': '.mp4', 'animated': True}
),
(
'https://imgur.com/BuzvZwb.gifv',
'https://imgur.com/65FqTpT.gifv',
{
'hash': 'BuzvZwb',
'hash': '65FqTpT',
'title': '',
'description': 'Akron Glass Works',
'description': '',
'animated': True,
'mimetype': 'video/mp4'
},