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

@@ -36,8 +36,6 @@ def create_basic_args_for_cloner_runner(test_args: list[str], tmp_path: Path):
['-s', 'TrollXChromosomes/', '-L', 1],
['-l', 'eiajjw'],
['-l', 'xl0lhi'],
['-l', 'ijy4ch'], # user deleted post
['-l', 'kw4wjm'], # post from banned subreddit
))
def test_cli_scrape_general(test_args: list[str], tmp_path: Path):
runner = CliRunner()