aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_authentication.py
diff options
context:
space:
mode:
authorCarlton Gibson2014-09-01 10:09:46 +0200
committerCarlton Gibson2014-09-01 10:09:46 +0200
commit0e51dab8f4cdfeb05b7c70a0ca74ffa90d01f512 (patch)
tree57b3f9b241fcc468fe5b42188b85c7c4c42c5204 /tests/test_authentication.py
parent1c9c5d5c32656231acf5f14b5231f9274a2eb254 (diff)
downloaddjango-rest-framework-0e51dab8f4cdfeb05b7c70a0ca74ffa90d01f512.tar.bz2
Comform to flake8
Diffstat (limited to 'tests/test_authentication.py')
-rw-r--r--tests/test_authentication.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_authentication.py b/tests/test_authentication.py
index 8294189e..32041f9c 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, '<Label class="span4">Username:</label>')
-
def test_post_form_session_auth_failing_csrf(self):
"""
Ensure POSTing form over session authentication without CSRF token fails.