Browse Source
🎨 Format OpenAPI JSON in `test_starlette_exception.py` (#5379)
pull/5585/head
Irfanuddin Shafi Ahmed
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
tests/test_starlette_exception.py
|
|
@ -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", |
|
|
|