Skip to content

Commit

Permalink
馃帹 Format OpenAPI JSON in test_starlette_exception.py (#5379)
Browse files Browse the repository at this point in the history
  • Loading branch information
iudeen committed Nov 3, 2022
1 parent b6ea841 commit 5cd99a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_starlette_exception.py
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit 5cd99a9

Please sign in to comment.