mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Merge branch 'dev' into feature-ocrmypdf
This commit is contained in:
commit
24b8c358cc
12 changed files with 182 additions and 345 deletions
|
|
@ -12,10 +12,10 @@ from documents.models import Document, Correspondent, DocumentType, Tag
|
|||
from documents.tests.utils import DirectoriesMixin
|
||||
|
||||
|
||||
class DocumentApiTest(DirectoriesMixin, APITestCase):
|
||||
class TestDocumentApi(DirectoriesMixin, APITestCase):
|
||||
|
||||
def setUp(self):
|
||||
super(DocumentApiTest, self).setUp()
|
||||
super(TestDocumentApi, self).setUp()
|
||||
|
||||
user = User.objects.create_superuser(username="temp_admin")
|
||||
self.client.force_login(user=user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue