not sure if working on metal

This commit is contained in:
Concedo
2025-09-21 11:35:02 +08:00
302 changed files with 33420 additions and 18638 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ def test_no_webui():
url = f"http://{server.server_host}:{server.server_port}"
res = requests.get(url)
assert res.status_code == 200
assert "<html>" in res.text
assert "<!doctype html>" in res.text
server.stop()
# with --no-webui