Remove bad test case

This commit is contained in:
Serene-Arc 2021-05-18 12:02:51 +10:00 committed by Serene
parent a75cc0dee9
commit 122aa2839b

View File

@ -41,12 +41,6 @@ def test_get_link(test_url: str, expected_urls: tuple[str]):
'a1abf398cfd4ef9cfaf093ceb10c746a', 'a1abf398cfd4ef9cfaf093ceb10c746a',
'bd9e1a4ea5ef0d6ba47fb90e337c2d14' 'bd9e1a4ea5ef0d6ba47fb90e337c2d14'
}), }),
('https://www.erome.com/a/IK5HADyi', {
'3b2a441ff821c09d9b629271a8b0f19f',
'470343fa67fd2ef9687c4223d278f761',
'7fbbc092939919aa74a710ddd26adc02',
'c7299a73e019ab635b47c863fe3cd473',
})
)) ))
def test_download_resource(test_url: str, expected_hashes: tuple[str]): def test_download_resource(test_url: str, expected_hashes: tuple[str]):
# Can't compare hashes for this test, Erome doesn't return the exact same file from request to request so the hash # Can't compare hashes for this test, Erome doesn't return the exact same file from request to request so the hash