aboutsummaryrefslogtreecommitdiffstats
path: root/api/tests
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-12-09 19:27:32 +0100
committerGravatar GitHub <[email protected]>2018-12-09 19:27:32 +0100
commit8b7c4e55dcede6732e30cca1a19e7e99391ceedb (patch)
tree1867912cf613498a4ca56fe3a0ef8660876157e3 /api/tests
parentBump minimum DRF version to `3.9.0`. (diff)
parentFixed merge conflicts (diff)
Merge pull request #156 from python-discord/django-beautify
Django - API Corrections
Diffstat (limited to 'api/tests')
-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)