From ca33dee265951340f0f4684bdfd64a3e1ac85e3b Mon Sep 17 00:00:00 2001 From: OMEGARAZER <869111+OMEGARAZER@users.noreply.github.com> Date: Fri, 23 Sep 2022 10:00:41 -0400 Subject: [PATCH] Update test_download_integration.py The old change twice forget once. Forgot I changed it back to a SelfPost rather than Direct. --- tests/integration_tests/test_download_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/test_download_integration.py b/tests/integration_tests/test_download_integration.py index 196dfc3..a9f0e0e 100644 --- a/tests/integration_tests/test_download_integration.py +++ b/tests/integration_tests/test_download_integration.py @@ -313,7 +313,7 @@ def test_cli_download_file_scheme_warning(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', 'n9w9fo', '--disable-module', 'Direct'], + ['-l', 'n9w9fo', '--disable-module', 'SelfPost'], ['-l', 'nnb9vs', '--disable-module', 'VReddit'], )) def test_cli_download_disable_modules(test_args: list[str], tmp_path: Path):