Rename options

This commit is contained in:
Serene-Arc
2021-03-20 14:05:07 +10:00
committed by Ali Parlakci
parent c9d2a23a5f
commit ba2ab25c2c
6 changed files with 18 additions and 18 deletions

View File

@@ -115,7 +115,7 @@ def test_cli_download_user_data_good(test_args: list[str], tmp_path: Path):
@pytest.mark.authenticated
@pytest.mark.skipif(Path('test_config.cfg') is False, reason='A test config file is required for integration tests')
@pytest.mark.parametrize('test_args', (
['--user', 'me', '-L', 10, '--set-folder-scheme', ''],
['--user', 'me', '-L', 10, '--folder-scheme', ''],
))
def test_cli_download_user_data_bad_me_unauthenticated(test_args: list[str], tmp_path: Path):
runner = CliRunner()