1
0
Fork 0
mirror of synced 2024-06-26 18:10:26 +12:00

Remove erroneous test case

This commit is contained in:
Serene-Arc 2021-04-05 17:20:49 +10:00 committed by Ali Parlakci
parent 936cbd4747
commit 500cee4bae

View file

@ -15,8 +15,6 @@ from bulkredditdownloader.site_downloaders.gif_delivery_network import GifDelive
'https://thumbs2.redgifs.com/RegalShoddyHorsechestnutleafminer.mp4'),
('https://www.gifdeliverynetwork.com/maturenexthippopotamus',
'https://thumbs2.redgifs.com/MatureNextHippopotamus.mp4'),
('https://thumbs2.redgifs.com/MatureNextHippopotamus.mp4',
'https://thumbs2.redgifs.com/MatureNextHippopotamus.mp4'),
))
def test_get_link(test_url: str, expected: str):
result = GifDeliveryNetwork._get_link(test_url)