Use small sample document for checkout app tests.

This commit is contained in:
Roberto Rosario
2015-09-19 23:37:27 -04:00
parent 079c06c207
commit ba841c10f8

View File

@@ -35,7 +35,7 @@ class DocumentCheckoutTestCase(TestCase):
label=TEST_DOCUMENT_TYPE
)
with open(TEST_DOCUMENT_PATH) as file_object:
with open(TEST_SMALL_DOCUMENT_PATH) as file_object:
self.document = self.document_type.new_document(
file_object=File(file_object)
)