mirror of https://github.com/tiangolo/fastapi.git
Fix test
This commit is contained in:
parent
aa0889634e
commit
249a51a6bf
|
|
@ -211,6 +211,13 @@ def test_openapi(client: TestClient):
|
|||
"title": "Error Type",
|
||||
"type": "string",
|
||||
},
|
||||
"ctx": {
|
||||
"title": "Context",
|
||||
"type": "object",
|
||||
},
|
||||
"input": {
|
||||
"title": "Input",
|
||||
},
|
||||
},
|
||||
"required": [
|
||||
"loc",
|
||||
|
|
|
|||
Loading…
Reference in New Issue