Browse Source

update openapi version

pull/4791/head
bilal.alpaslan 1 year ago
parent
commit
587d42a390
  1. 2
      tests/test_security_api_key_multiple_header.py

2
tests/test_security_api_key_multiple_header.py

@ -38,7 +38,7 @@ def read_current_user_another_key(
client = TestClient(app)
openapi_schema = {
"openapi": "3.0.2",
"openapi": "3.1.0",
"info": {"title": "FastAPI", "version": "0.1.0"},
"paths": {
"/users/me": {

Loading…
Cancel
Save