mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-26 17:57:54 -04:00
🎨 Format OpenAPI JSON in test_starlette_exception.py (#5379)
This commit is contained in:
committed by
GitHub
parent
b6ea8414a9
commit
5cd99a9517
@@ -47,10 +47,10 @@ openapi_schema = {
|
||||
"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 @@ openapi_schema = {
|
||||
"responses": {
|
||||
"200": {
|
||||
"content": {"application/json": {"schema": {}}},
|
||||
"description": "Successful " "Response",
|
||||
"description": "Successful Response",
|
||||
}
|
||||
},
|
||||
"summary": "No Body Status Code With Detail Exception",
|
||||
|
||||
Reference in New Issue
Block a user