diff --git a/tests/test_stoplight_elements_docs.py b/tests/test_stoplight_elements_docs.py index 5d8c63f3d..e27aec38a 100644 --- a/tests/test_stoplight_elements_docs.py +++ b/tests/test_stoplight_elements_docs.py @@ -5,7 +5,7 @@ app = FastAPI(title="Example App") @app.get("/a/b") -async def get_shuli_in_a_pita(): +async def get_a_and_b(): return {"a": "b"}