Update csrf test for updated content
This commit is contained in:
@@ -19,4 +19,4 @@ def test_csrf_error(csrf_enabled_app, client):
|
||||
|
||||
body = response.data.decode()
|
||||
assert "Session Expired" in body
|
||||
assert "Log in Required" in body
|
||||
assert "Log in required" in body
|
||||
|
Reference in New Issue
Block a user