Comform to flake8

This commit is contained in:
Carlton Gibson 2014-09-01 10:09:46 +02:00
parent 1c9c5d5c32
commit 0e51dab8f4

View File

@ -144,7 +144,6 @@ class SessionAuthTests(TestCase):
response = self.csrf_client.get('/auth/login/')
self.assertContains(response, '<Label class="span4">Username:</label>')
def test_post_form_session_auth_failing_csrf(self):
"""
Ensure POSTing form over session authentication without CSRF token fails.