We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d0f95 commit 8e1ed07Copy full SHA for 8e1ed07
tests/test_admin_works.py
@@ -5,4 +5,4 @@
5
def test_admin_route_works(client):
6
res = client.get("/dj/admin", follow_redirects=True)
7
assert res.status_code == 200
8
- assert "Log in | Django site admin" in res.text
+ assert "admin/css/login.css" in res.text
0 commit comments