1
0
Fork 0
mirror of synced 2024-06-02 02:14:37 +12:00

test_vreddit: fix incorrect file hash

This commit is contained in:
Ali Parlakci 2021-04-17 13:31:27 +03:00
parent d8752b15fa
commit 8eb374eec6

View file

@ -11,7 +11,7 @@ from bdfr.site_downloaders.vreddit import VReddit
@pytest.mark.online
@pytest.mark.reddit
@pytest.mark.parametrize(('test_submission_id', 'expected_hash'), (
('lu8l8g', '93a15642d2f364ae39f00c6d1be354ff'),
('lu8l8g', 'c5f8c0ba2ff6e37a14e267a787696cc6'),
))
def test_find_resources(test_submission_id: str, expected_hash: str, reddit_instance: praw.Reddit):
test_submission = reddit_instance.submission(id=test_submission_id)