From fc86abe951af388d4bf00805b07d4c17e8b0f2d5 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 27 May 2016 18:00:57 -0400 Subject: [PATCH] Make generic organization test class inherit from GenericViewTestCase. --- mayan/apps/organizations/tests/test_organization_views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/apps/organizations/tests/test_organization_views.py b/mayan/apps/organizations/tests/test_organization_views.py index fb6da4873d..4f792f9313 100644 --- a/mayan/apps/organizations/tests/test_organization_views.py +++ b/mayan/apps/organizations/tests/test_organization_views.py @@ -1,11 +1,11 @@ from __future__ import absolute_import, unicode_literals -from documents.tests.test_views import GenericDocumentViewTestCase +from common.tests.test_views import GenericViewTestCase from ..models import Organization -class OrganizationViewTestCase(GenericDocumentViewTestCase): +class OrganizationViewTestCase(GenericViewTestCase): def setUp(self): super(OrganizationViewTestCase, self).setUp() # Create two organizations