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