generated from john/python-template
V4.3 revision to Document Types
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user