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