mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Merge branch 'dev' into feature-websockets-status
This commit is contained in:
commit
46ea86a6d2
45 changed files with 1017 additions and 515 deletions
|
|
@ -460,7 +460,7 @@ class TestConsumer(DirectoriesMixin, TestCase):
|
|||
|
||||
self._assert_first_last_send_progress()
|
||||
|
||||
@mock.patch("documents.consumer.DocumentClassifier")
|
||||
@mock.patch("documents.consumer.load_classifier")
|
||||
def testClassifyDocument(self, m):
|
||||
correspondent = Correspondent.objects.create(name="test")
|
||||
dtype = DocumentType.objects.create(name="test")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue