Skip to content
Snippets Groups Projects
Verified Commit 6265277f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix test_logout

parent 99707723
No related branches found
No related tags found
1 merge request!283Fix test_logout
Pipeline #2300 passed
......@@ -39,4 +39,4 @@ def test_logout(client, django_user_model):
response = client.get(reverse("logout"), follow=True)
assert response.status_code == 200
assert "Enter your credentials." in response.content.decode("utf-8")
assert "Please login to see this page." in response.content.decode("utf-8")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment