1
0
Fork 0
mirror of synced 2024-05-20 12:12:40 +12:00

Add missing flag

This commit is contained in:
Serene-Arc 2022-07-23 15:06:49 +10:00
parent 44e4c16b76
commit 4b160c2611

View file

@ -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),