From a63a0e8093ecfa505d5312bedfc901a2147a0c8a Mon Sep 17 00:00:00 2001 From: Robert Anthony Date: Mon, 23 Jun 2025 23:11:59 -0400 Subject: [PATCH] Fix comment in test --- tests/test_offline_docs/test_root_path_with_static_mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_offline_docs/test_root_path_with_static_mount.py b/tests/test_offline_docs/test_root_path_with_static_mount.py index 312ae771c..2def4e112 100644 --- a/tests/test_offline_docs/test_root_path_with_static_mount.py +++ b/tests/test_offline_docs/test_root_path_with_static_mount.py @@ -110,7 +110,7 @@ def test_redoc_docs_with_static_assets( @app.get("/") async def custom_redoc_html(req: Request): """ - Sets up a localized version of the Swagger (OpenAPI) docs that can be run without assets from the Internet. + Sets up a localized version of the Redoc docs that can be run without assets from the Internet. """ root_path = req.scope.get("root_path", "").rstrip("/") return get_redoc_html(