From: jonaswinkler Date: Sun, 7 Feb 2021 18:53:08 +0000 (+0100) Subject: make the test case fail X-Git-Tag: ng-1.1.1~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61143b3ad1adc65845e7f316e5a7253fb0bffafc;p=thirdparty%2Fpaperless-ngx.git make the test case fail --- diff --git a/src/documents/tests/test_consumer.py b/src/documents/tests/test_consumer.py index 8ead1ea41c..280124f48e 100644 --- a/src/documents/tests/test_consumer.py +++ b/src/documents/tests/test_consumer.py @@ -538,6 +538,7 @@ class TestConsumer(DirectoriesMixin, TestCase): self._assert_first_last_send_progress(last_status="FAILED") + @override_settings(PAPERLESS_FILENAME_FORMAT="{title}") @mock.patch("documents.parsers.document_consumer_declaration.send") def test_similar_filenames(self, m): shutil.copy(os.path.join(os.path.dirname(__file__), "samples", "simple.pdf"), os.path.join(settings.CONSUMPTION_DIR, "simple.pdf"))