Fix failing tests.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ from .literals import (
|
||||
|
||||
|
||||
@override_settings(OCR_AUTO_OCR=False)
|
||||
class DocumentStateIndexingTestCase(UserMixin, BaseTestCase):
|
||||
class DocumentStateIndexingTestCase(BaseTestCase):
|
||||
def tearDown(self):
|
||||
self.document_type.delete()
|
||||
super(DocumentStateIndexingTestCase, self).tearDown()
|
||||
|
||||
Reference in New Issue
Block a user