mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
more testing.
This commit is contained in:
parent
b97fa9e3b9
commit
e431a658cc
4 changed files with 28 additions and 3 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