aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/authentication.py
diff options
context:
space:
mode:
authorTom Christie2013-03-08 23:08:55 +0000
committerTom Christie2013-03-08 23:08:55 +0000
commitfd9d6c664be1273f4d2f4d56361345e630ce8b7b (patch)
tree10c38abf8da645d42b93b2bc1be79665f6253196 /rest_framework/tests/authentication.py
parent5e993f39294da5e8650c7ac21aeb3da02012b775 (diff)
downloaddjango-rest-framework-fd9d6c664be1273f4d2f4d56361345e630ce8b7b.tar.bz2
Fix crazy typo.
Diffstat (limited to 'rest_framework/tests/authentication.py')
-rw-r--r--rest_framework/tests/authentication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/tests/authentication.py b/rest_framework/tests/authentication.py
index 54ab0c94..9e86881a 100644
--- a/rest_framework/tests/authentication.py
+++ b/rest_framework/tests/authentication.py
@@ -145,7 +145,7 @@ class SessionAuthTests(TestCase):
class TokenAuthTests(TestCase):
"""Token authentication"""
- urls = 'ยง.tests.authentication'
+ urls = 'rest_framework.tests.authentication'
def setUp(self):
self.csrf_client = Client(enforce_csrf_checks=True)