Browse Source

Fix test (openapi version)

pull/5693/head
Yurii Motov 4 weeks ago
parent
commit
ebb168a7a2
  1. 2
      tests/test_get_openapi_schema.py

2
tests/test_get_openapi_schema.py

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

Loading…
Cancel
Save