From 594589d29618f12ff5682911cdb30c0bb8b6e629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 20 Jun 2026 00:21:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Add=20extra=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_frontend.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/test_frontend.py b/tests/test_frontend.py index a44ab7685d..fe0c7edd91 100644 --- a/tests/test_frontend.py +++ b/tests/test_frontend.py @@ -542,6 +542,13 @@ def test_frontend_routes_are_not_in_openapi(tmp_path: Path): 200, "index", ), + ( + "tutorial005_py310.py", + {"index.html": "index"}, + "/dashboard", + 404, + '{"detail":"Not Found"}', + ), ], ) def test_docs_frontend_examples(