From 7fef6c4023c67f9ce2fba5cb5b085e579099cdbd Mon Sep 17 00:00:00 2001 From: OMEGARAZER <869111+OMEGARAZER@users.noreply.github.com> Date: Fri, 23 Sep 2022 02:51:53 -0400 Subject: [PATCH] Update test_clone_integration.py Update broken ID's in clone integration test --- tests/integration_tests/test_clone_integration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration_tests/test_clone_integration.py b/tests/integration_tests/test_clone_integration.py index 29ec416..f9bf91a 100644 --- a/tests/integration_tests/test_clone_integration.py +++ b/tests/integration_tests/test_clone_integration.py @@ -32,10 +32,10 @@ def create_basic_args_for_cloner_runner(test_args: list[str], tmp_path: Path): @pytest.mark.reddit @pytest.mark.skipif(not does_test_config_exist, reason='A test config file is required for integration tests') @pytest.mark.parametrize('test_args', ( - ['-l', 'm2601g'], + ['-l', '6l7778'], ['-s', 'TrollXChromosomes/', '-L', 1], - ['-l', 'tr79b'], - ['-l', 'tr6ky'], + ['-l', 'eiajjw'], + ['-l', 'xl0lhi'], )) def test_cli_scrape_general(test_args: list[str], tmp_path: Path): runner = CliRunner()