1
0
Fork 0
mirror of synced 2024-06-26 18:10:26 +12:00

Update test

This commit is contained in:
Serene-Arc 2021-04-06 17:01:49 +10:00 committed by Ali Parlakci
parent 6704cd1dc0
commit 942ca2afea

View file

@ -283,4 +283,4 @@ def test_cli_file_scheme_warning(test_args: list[str], tmp_path: Path):
test_args = ['download', str(tmp_path), '-v', '--config', 'test_config.cfg'] + test_args
result = runner.invoke(cli, test_args)
assert result.exit_code == 0
assert 'Post ID not included in this file scheme' in result.output
assert 'Some files might not be downloaded due to name conflicts' in result.output