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')