From 942ca2afea99d953e4611c12a91a2cf90a715618 Mon Sep 17 00:00:00 2001 From: Serene-Arc Date: Tue, 6 Apr 2021 17:01:49 +1000 Subject: [PATCH] Update test --- bulkredditdownloader/tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulkredditdownloader/tests/test_integration.py b/bulkredditdownloader/tests/test_integration.py index b38fbff..2991b68 100644 --- a/bulkredditdownloader/tests/test_integration.py +++ b/bulkredditdownloader/tests/test_integration.py @@ -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