From 640001a7f57d186032822c4482d5b9f0f349be5b Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Thu, 24 Jun 2021 16:37:25 +1000 Subject: [PATCH] Speed up test --- tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index 5465c5b..19d884d 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -170,7 +170,7 @@ def test_cli_download_user_data_bad_me_unauthenticated(test_args: list[str], tmp @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', ( - ['--subreddit', 'python', '-L', 10, '--search-existing'], + ['--subreddit', 'python', '-L', 1, '--search-existing'], )) def test_cli_download_search_existing(test_args: list[str], tmp_path: Path): Path(tmp_path, 'test.txt').touch()