Fix crazy typo.

This commit is contained in:
Tom Christie 2013-03-08 23:08:55 +00:00
parent 5e993f3929
commit fd9d6c664b

View File

@ -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)