From 0e51dab8f4cdfeb05b7c70a0ca74ffa90d01f512 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 1 Sep 2014 10:09:46 +0200 Subject: [PATCH] Comform to flake8 --- tests/test_authentication.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_authentication.py b/tests/test_authentication.py index 8294189e0..32041f9c1 100644 --- a/tests/test_authentication.py +++ b/tests/test_authentication.py @@ -144,7 +144,6 @@ class SessionAuthTests(TestCase): response = self.csrf_client.get('/auth/login/') self.assertContains(response, '') - def test_post_form_session_auth_failing_csrf(self): """ Ensure POSTing form over session authentication without CSRF token fails.