Update
DevPlace CI / test (push) Has been cancelled

This commit is contained in:
2026-06-19 10:06:09 +02:00
parent 823fff0e6a
commit 016d2d1c76
136 changed files with 3025 additions and 564 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ def _admin_aiusage(seeded_db):
def test_admin_ai_usage_page_requires_admin(app_server):
r = requests.get(f"{BASE_URL}/admin/ai-usage", allow_redirects=False)
assert r.status_code in (302, 401, 403)
assert r.status_code in (302, 303, 401, 403)
def test_admin_ai_usage_page_returns_html(app_server, seeded_db):