diff options
| author | Tom Christie | 2013-03-08 23:08:55 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-08 23:08:55 +0000 |
| commit | fd9d6c664be1273f4d2f4d56361345e630ce8b7b (patch) | |
| tree | 10c38abf8da645d42b93b2bc1be79665f6253196 | |
| parent | 5e993f39294da5e8650c7ac21aeb3da02012b775 (diff) | |
| download | django-rest-framework-fd9d6c664be1273f4d2f4d56361345e630ce8b7b.tar.bz2 | |
Fix crazy typo.
| -rw-r--r-- | rest_framework/tests/authentication.py | 2 |
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) |
