Test simplification
Unify usage of self.test_document and self.test_documents in tests. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ class ParsingIndexingTestCase(DocumentTestMixin, BaseTestCase):
|
||||
link_documents=True
|
||||
)
|
||||
|
||||
self.test_document = self.upload_document()
|
||||
self.upload_document()
|
||||
self.test_document.submit_for_parsing()
|
||||
|
||||
self.assertTrue(
|
||||
|
||||
Reference in New Issue
Block a user