Skip to content

Commit

Permalink
馃帹 Format text in OpenAPI test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 11, 2022
1 parent fda6d88 commit d21ce64
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/test_starlette_exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ async def read_starlette_item(item_id: str):
"description": "Successful " "Response",
}
},
"summary": "No "
"Body "
"Status "
"Code "
"With "
"Detail "
"Exception",
"summary": "No Body Status Code With Detail Exception",
}
},
"/items/{item_id}": {
Expand Down

0 comments on commit d21ce64

Please sign in to comment.