fix(parsers|test_api): fix failed tests

This commit is contained in:
Matthias Eck
2022-08-06 19:19:10 +02:00
parent c52d18da1f
commit 3d0a26fdb1
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1119,6 +1119,7 @@ class TestDocumentApi(DirectoriesMixin, APITestCase):
@mock.patch("documents.views.match_document_types")
@mock.patch("documents.views.match_tags")
@mock.patch("documents.views.match_correspondents")
@override_settings(NUMBER_OF_SUGGESTED_DATES=10)
def test_get_suggestions(
self,
match_correspondents,