1
0
Fork 0
mirror of synced 2024-04-27 17:02:40 +12:00

Update hashes

This commit is contained in:
Serene-Arc 2022-09-22 16:57:30 +10:00
parent c834314086
commit 3b5f8bca67

View file

@ -36,8 +36,8 @@ def test_info_extraction_bad(test_url: str):
@pytest.mark.parametrize(('test_url', 'expected_hash'), (
('https://streamable.com/dt46y', 'b7e465adaade5f2b6d8c2b4b7d0a2878'),
('https://streamable.com/t8sem', '49b2d1220c485455548f1edbc05d4ecf'),
('https://www.reddit.com/r/specializedtools/comments/n2nw5m/bamboo_splitter/', '49316899440ea1c3b74d5640d9d527c1'),
('https://v.redd.it/9z1dnk3xr5k61', '76d5e6d7f4f9e1910c6c22b54dfa804f'),
('https://www.reddit.com/r/specializedtools/comments/n2nw5m/bamboo_splitter/', '03087ce64f88f438bad6849858c9b7f0'),
('https://v.redd.it/9z1dnk3xr5k61', '9ce39c8e46b6534a0b3f164a792d51c8'),
))
def test_find_resources(test_url: str, expected_hash: str):
test_submission = MagicMock()