mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-09 08:00:52 +03:00
Fix crazy typo.
This commit is contained in:
parent
5e993f3929
commit
fd9d6c664b
|
@ -145,7 +145,7 @@ class SessionAuthTests(TestCase):
|
||||||
|
|
||||||
class TokenAuthTests(TestCase):
|
class TokenAuthTests(TestCase):
|
||||||
"""Token authentication"""
|
"""Token authentication"""
|
||||||
urls = '§.tests.authentication'
|
urls = 'rest_framework.tests.authentication'
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.csrf_client = Client(enforce_csrf_checks=True)
|
self.csrf_client = Client(enforce_csrf_checks=True)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user