From 4c130a2a463dc5b276e6f58b3dc2fe8e8e8d3950 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 27 Jan 2015 16:07:28 -0400 Subject: [PATCH] Update expected text in documents app functional test --- mayan/apps/documents/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/documents/tests.py b/mayan/apps/documents/tests.py index ba6c20564a..2a90c24947 100644 --- a/mayan/apps/documents/tests.py +++ b/mayan/apps/documents/tests.py @@ -180,7 +180,7 @@ class DocumentsViewsFunctionalTestCase(TestCase): # test document simple view response = self.client.get(reverse('documents:document_properties', args=[self.document.pk])) - self.assertContains(response, 'ocument properties', status_code=200) + self.assertContains(response, 'roperties for document', status_code=200) def test_document_type_views(self): # Check that there are no document types