V4.3 revision to Document Types

This commit is contained in:
Jim Lancaster
2026-08-15 13:29:53 -05:00
parent aed827babe
commit a78b58ff40
30 changed files with 1481 additions and 291 deletions
+2 -1
View File
@@ -31,6 +31,7 @@ class TestNavigationAndMounts:
"/ui/people",
"/ui/sources",
"/ui/jobs",
"/ui/settings",
],
)
def test_registered_pages_render_successfully(self, app_client, route_path: str):
@@ -39,4 +40,4 @@ class TestNavigationAndMounts:
response = client.get(route_path)
assert response.status_code == 200
assert "html" in response.headers.get("content-type", "").lower()
assert "html" in response.headers.get("content-type", "").lower()