Skip to content

Commit 8e1ed07

Browse files
committed
fixing failing test
1 parent 16d0f95 commit 8e1ed07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_admin_works.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
def test_admin_route_works(client):
66
res = client.get("/dj/admin", follow_redirects=True)
77
assert res.status_code == 200
8-
assert "Log in | Django site admin" in res.text
8+
assert "admin/css/login.css" in res.text

0 commit comments

Comments
 (0)