aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/authentication.py
diff options
context:
space:
mode:
authorTom Christie2013-03-08 23:00:23 +0000
committerTom Christie2013-03-08 23:00:23 +0000
commit5e993f39294da5e8650c7ac21aeb3da02012b775 (patch)
treed95dfd6c09b6d4b8dfc869f103cb59c65488dcac /rest_framework/tests/authentication.py
parent2596c12a21003d230beb101aa93ddf83a1995305 (diff)
parent6c1fcc855a2d05732113ce260b8660a414e1961e (diff)
downloaddjango-rest-framework-5e993f39294da5e8650c7ac21aeb3da02012b775.tar.bz2
Merge
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 9e86881a..54ab0c94 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 = 'rest_framework.tests.authentication'
+ urls = 'ยง.tests.authentication'
def setUp(self):
self.csrf_client = Client(enforce_csrf_checks=True)