Commit 0e51dab8 by Carlton Gibson

Comform to flake8

parent 1c9c5d5c
...@@ -144,7 +144,6 @@ class SessionAuthTests(TestCase): ...@@ -144,7 +144,6 @@ class SessionAuthTests(TestCase):
response = self.csrf_client.get('/auth/login/') response = self.csrf_client.get('/auth/login/')
self.assertContains(response, '<Label class="span4">Username:</label>') self.assertContains(response, '<Label class="span4">Username:</label>')
def test_post_form_session_auth_failing_csrf(self): def test_post_form_session_auth_failing_csrf(self):
""" """
Ensure POSTing form over session authentication without CSRF token fails. Ensure POSTing form over session authentication without CSRF token fails.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment