Tests: Remove unused override_settings

Now that the automatic OCR, parsing and file metadata processing
are turned off by the test setting file, these overrides in the
tests are not needed anymore.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2018-12-14 03:12:42 -04:00
parent 46c2192d9a
commit 34443a715c
35 changed files with 0 additions and 108 deletions

View File

@@ -13,7 +13,6 @@ class DocumentAutoParsingTestCase(GenericDocumentTestCase):
test_document_filename = TEST_HYBRID_DOCUMENT
auto_create_document_type = False
@override_settings(DOCUMENT_PARSING_AUTO_PARSING=False)
def test_disable_auto_parsing(self):
self._create_document_type()
self.document = self.upload_document()