Skip to content

Commit

Permalink
Fix outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Serene-Arc committed Jul 18, 2021
1 parent 381e3c2 commit 8826fc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/site_downloaders/test_imgur.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down

0 comments on commit 8826fc5

Please sign in to comment.