diff --git a/mayan/apps/documents/test_views.py b/mayan/apps/documents/test_views.py index c8d8e3a49f..f834250f17 100644 --- a/mayan/apps/documents/test_views.py +++ b/mayan/apps/documents/test_views.py @@ -95,7 +95,7 @@ class DocumentsViewsFunctionalTestCase(TestCase): #TODO: FIX self.assertContains(response, 'Document type edited successfully', status_code=200) # Reload document type model data - self.document = DocumentType.objects.get(pk=self.document.pk) + #self.document_type = DocumentType.objects.get(pk=self.document_type.pk) #TODO: FIX self.assertEqual(self.document_type.name, TEST_DOCUMENT_TYPE + 'partial') # Delete the document type