Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/14351/head
pre-commit-ci[bot] 8 months ago
parent
commit
673fd1fb5a
  1. 1
      tests/test_query_method.py

1
tests/test_query_method.py

@ -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…
Cancel
Save