From 703499e940e2da821a53d32ddbcd814f71d71d31 Mon Sep 17 00:00:00 2001 From: Shahar Ilany <31574996+ShaharIlany@users.noreply.github.com> Date: Wed, 24 Aug 2022 21:24:23 +0300 Subject: [PATCH] fix function naming --- tests/test_stoplight_elements_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}