mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
54ed263ff5
commit
673fd1fb5a
|
|
@ -35,4 +35,3 @@ def test_query_method_in_openapi():
|
|||
assert request_body["required"] is True
|
||||
content_schema = request_body["content"]["application/json"]["schema"]
|
||||
assert content_schema == {"$ref": "#/components/schemas/QueryPayload"}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue