1
0
Fork 0
mirror of synced 2024-06-16 09:14:39 +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} {'hash': 'dLk3FGY', 'title': '', 'ext': '.mp4', 'animated': True}
), ),
( (
'https://imgur.com/BuzvZwb.gifv', 'https://imgur.com/65FqTpT.gifv',
{ {
'hash': 'BuzvZwb', 'hash': '65FqTpT',
'title': '', 'title': '',
'description': 'Akron Glass Works', 'description': '',
'animated': True, 'animated': True,
'mimetype': 'video/mp4' 'mimetype': 'video/mp4'
}, },