Browse Source

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

pull/4791/head
pre-commit-ci[bot] 2 years ago
parent
commit
c4ba08fbf2
  1. 4
      tests/test_security_api_key_query.py
  2. 4
      tests/test_security_api_key_query_optional.py

4
tests/test_security_api_key_query.py

@ -59,8 +59,6 @@ def test_openapi_schema():
} }
}, },
"components": { "components": {
"securitySchemes": { "securitySchemes": {"key": {"type": "apiKey", "name": "key", "in": "query"}}
"key": {"type": "apiKey", "name": "key", "in": "query"}
}
}, },
} }

4
tests/test_security_api_key_query_optional.py

@ -65,8 +65,6 @@ def test_openapi_schema():
} }
}, },
"components": { "components": {
"securitySchemes": { "securitySchemes": {"key": {"type": "apiKey", "name": "key", "in": "query"}}
"key": {"type": "apiKey", "name": "key", "in": "query"}
}
}, },
} }

Loading…
Cancel
Save