Update tests

Suspended user in two tests.

Updated hashes and yt-dlp version.

Removed success check on known failure.
This commit is contained in:
OMEGARAZER
2022-11-26 14:36:19 -05:00
parent 87104e7e6a
commit 9ee13aea23
4 changed files with 5 additions and 7 deletions

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/', '379ef5cd87203544d51caee31e72d210'),
('https://reddit.com/r/Unexpected/comments/z4xsuj/omg_thats_so_cute/', '1ffab5e5c0cc96db18108e4f37e8ca7f'),
))
def test_find_resources_good(test_url: str, expected_hash: str):
test_submission = MagicMock()