Make generic organization test class inherit from GenericViewTestCase.

This commit is contained in:
Roberto Rosario
2016-05-27 18:00:57 -04:00
parent ba1c5c1b17
commit fc86abe951

View File

@@ -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