From 6dfcaf1a1290c07c52fc801aa62e8a2ca99568b4 Mon Sep 17 00:00:00 2001 From: Irfanuddin Date: Sun, 11 Sep 2022 22:00:24 +0530 Subject: [PATCH] fix: format opi json in test_starlette_exception.py --- tests/test_starlette_exception.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_starlette_exception.py b/tests/test_starlette_exception.py index 2b6712f7b6c58..418ddff7ddf80 100644 --- a/tests/test_starlette_exception.py +++ b/tests/test_starlette_exception.py @@ -47,10 +47,10 @@ async def read_starlette_item(item_id: str): "responses": { "200": { "content": {"application/json": {"schema": {}}}, - "description": "Successful " "Response", + "description": "Successful Response", } }, - "summary": "No Body " "Status " "Code " "Exception", + "summary": "No Body Status Code Exception", } }, "/http-no-body-statuscode-with-detail-exception": { @@ -59,7 +59,7 @@ async def read_starlette_item(item_id: str): "responses": { "200": { "content": {"application/json": {"schema": {}}}, - "description": "Successful " "Response", + "description": "Successful Response", } }, "summary": "No Body Status Code With Detail Exception",