1
0
Fork 0
mirror of synced 2024-06-27 18:40:34 +12:00

Fix renamed option in test

This commit is contained in:
Serene-Arc 2021-06-24 16:12:41 +10:00
parent ccafebf5fe
commit 3dacaf0872

View file

@ -270,7 +270,7 @@ def test_cli_archive_all_user_comments(test_args: list[str], tmp_path: Path):
@pytest.mark.reddit @pytest.mark.reddit
@pytest.mark.skipif(not does_test_config_exist, reason='A test config file is required for integration tests') @pytest.mark.skipif(not does_test_config_exist, reason='A test config file is required for integration tests')
@pytest.mark.parametrize('test_args', ( @pytest.mark.parametrize('test_args', (
['--full-context', '--link', 'gxqapql'], ['--comment-context', '--link', 'gxqapql'],
)) ))
def test_cli_archive_full_context(test_args: list[str], tmp_path: Path): def test_cli_archive_full_context(test_args: list[str], tmp_path: Path):
runner = CliRunner() runner = CliRunner()