Update csrf test for updated content

This commit is contained in:
Montana 2019-05-13 09:35:31 -04:00
parent 74422c57aa
commit 0a52cd0144

View File

@ -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