diff --git a/tests/test_security_api_key_multiple_header.py b/tests/test_security_api_key_multiple_header.py index c6b4b5fc1..b976da824 100644 --- a/tests/test_security_api_key_multiple_header.py +++ b/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": {