1
0
Fork 0
mirror of synced 2024-05-17 10:42:39 +12:00

Update hash

This commit is contained in:
Serene-Arc 2022-09-22 16:56:31 +10:00
parent 7bb2a9adbb
commit c834314086

View file

@ -13,7 +13,7 @@ from bdfr.site_downloaders.vreddit import VReddit
@pytest.mark.online
@pytest.mark.slow
@pytest.mark.parametrize(('test_url', 'expected_hash'), (
('https://www.reddit.com/user/Xomb_Forever/comments/u5p2kj/hold_up/', '690cffe27a7884196437926c22897216'),
('https://www.reddit.com/user/Xomb_Forever/comments/u5p2kj/hold_up/', '379ef5cd87203544d51caee31e72d210'),
))
def test_find_resources_good(test_url: str, expected_hash: str):
test_submission = MagicMock()