Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Nov 21, 2016
1 parent 2a425c9 commit 6eb8fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/test_security_csrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def test_no_csrf_cookie_set_for_assets(self):
assert b'csrf_token' not in r.headers.cookie

def test_that_missing_csrf_doesnt_confuse_whatever(self):
pass
self.client.POST('/assets/gratipay.css')

0 comments on commit 6eb8fe2

Please sign in to comment.