aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorGravatar ImportErr <[email protected]>2018-12-01 12:23:02 +0000
committerGravatar ImportErr <[email protected]>2018-12-01 12:23:02 +0000
commit9d5b6491f8825e4b366be3e6db0429237311dd1e (patch)
tree5fb7d07078fff19b151cdf350f7a1f3dff795b02 /api
parentOrdered models alphabetically (diff)
Renamed class in test_users
Diffstat (limited to 'api')
-rw-r--r--api/tests/test_users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tests/test_users.py b/api/tests/test_users.py
index 8dadcbdb..90bc3d30 100644
--- a/api/tests/test_users.py
+++ b/api/tests/test_users.py
@@ -4,7 +4,7 @@ from .base import APISubdomainTestCase
from ..models import Role, User
-class UnauthedDocumentationLinkAPITests(APISubdomainTestCase):
+class UnauthedUserAPITests(APISubdomainTestCase):
def setUp(self):
super().setUp()
self.client.force_authenticate(user=None)