We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f3361 commit 8fb3e70Copy full SHA for 8fb3e70
session_csrf/tests.py
@@ -68,7 +68,8 @@ def test_csrftoken_existing_session(self):
68
69
70
class TestCsrfMiddleware(django.test.TestCase):
71
-
+ urls = 'session_csrf.tests'
72
+
73
def setUp(self):
74
self.token = 'a' * 32
75
self.rf = django.test.RequestFactory()
@@ -147,7 +148,8 @@ def test_csrf_token_context_processor(self):
147
148
149
150
class TestAnonymousCsrf(django.test.TestCase):
151
152
153
154
155
0 commit comments