Browse Source

Fix openapi version in test

pull/5427/head
Yurii Motov 3 days ago
parent
commit
bcac4cc1a8
  1. 2
      tests/test_additional_response_empty.py

2
tests/test_additional_response_empty.py

@ -20,7 +20,7 @@ client = TestClient(app)
openapi_schema = {
"openapi": "3.0.2",
"openapi": "3.1.0",
"info": {"title": "FastAPI", "version": "0.1.0"},
"paths": {
"/foo": {

Loading…
Cancel
Save