diff --git a/tests/unit_tests/test_server_client.py b/tests/unit_tests/test_server_client.py index 6ee1ed57..b18d9c81 100644 --- a/tests/unit_tests/test_server_client.py +++ b/tests/unit_tests/test_server_client.py @@ -270,7 +270,7 @@ def test_serve_playground(app: FastAPI) -> None: @pytest.mark.asyncio -async def test_serve_playground() -> None: +async def test_serve_playground_with_api_router() -> None: """Test serving playground from an api router with a prefix.""" app = FastAPI()