From 4b160c26118a7aff465a236bed8c8008a971dc2e Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Sat, 23 Jul 2022 15:06:49 +1000 Subject: [PATCH] Add missing flag --- tests/integration_tests/test_download_integration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration_tests/test_download_integration.py b/tests/integration_tests/test_download_integration.py index 15173b6..a474172 100644 --- a/tests/integration_tests/test_download_integration.py +++ b/tests/integration_tests/test_download_integration.py @@ -355,6 +355,7 @@ def test_cli_download_ignore_user(test_args: list[str], tmp_path: Path): @pytest.mark.online @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', 'was_filtered'), ( (['-l', 'ljyy27', '--min-score', '50'], True), (['-l', 'ljyy27', '--min-score', '1'], False),