From 6eb8fe2bcacb90dca1178c946714df4d8a0a895e Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 14 Nov 2016 10:05:57 -0800 Subject: [PATCH] Failing test --- tests/py/test_security_csrf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/py/test_security_csrf.py b/tests/py/test_security_csrf.py index bcd4a620c4..e368de4911 100644 --- a/tests/py/test_security_csrf.py +++ b/tests/py/test_security_csrf.py @@ -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')