Skip to content

Commit

Permalink
Update test for new asgineer (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored May 7, 2024
1 parent db311fd commit 47d8076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_server_assetserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def test_assets():
):
r = p.get(page)
assert r.status == 404
assert "404" in r.body.decode() and "not found" in r.body.decode()
assert "not found" in r.body.decode()
# assert "404" in r.body.decode()


hash_checker_code = """
Expand Down

0 comments on commit 47d8076

Please sign in to comment.