From 8826fc5aa9838101a668e2054a70c153bf8d0301 Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Sun, 18 Jul 2021 14:42:20 +1000 Subject: [PATCH] Fix outdated test --- tests/site_downloaders/test_imgur.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/site_downloaders/test_imgur.py b/tests/site_downloaders/test_imgur.py index aa93795..94bd240 100644 --- a/tests/site_downloaders/test_imgur.py +++ b/tests/site_downloaders/test_imgur.py @@ -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' },