Establish tests for the utilities app

This commit is contained in:
Jeremy Stretch
2018-06-08 14:32:41 -04:00
parent 4aa7600615
commit f472544300
11 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ from rest_framework.test import APITestCase
from tenancy.models import Tenant, TenantGroup
from users.models import Token
from utilities.tests import HttpStatusMixin
from utilities.testing import HttpStatusMixin
class TenantGroupTest(HttpStatusMixin, APITestCase):