Fix remaining tests

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-08-20 16:42:31 -04:00
parent e7734def58
commit 6503d9474d
3 changed files with 34 additions and 30 deletions

View File

@@ -30,7 +30,7 @@ from .literals import (
from .mixins import DocumentTestMixin
class DocumentTypeAPITestCase(LayerTestMixin, DocumentTestMixin, BaseAPITestCase):
class DocumentTypeAPITestCase(DocumentTestMixin, BaseAPITestCase):
auto_upload_document = False
auto_create_document_type = False