mirror of https://github.com/tiangolo/fastapi.git
This commit is contained in:
parent
19e5aba29c
commit
36a781f5df
|
|
@ -986,10 +986,7 @@ def test_openapi_schema():
|
||||||
"required": False,
|
"required": False,
|
||||||
"schema": IsDict(
|
"schema": IsDict(
|
||||||
{
|
{
|
||||||
"anyOf": [
|
"anyOf": [{"type": "integer"}, {"type": "null"}],
|
||||||
{"type": "integer"},
|
|
||||||
{"type": "null"},
|
|
||||||
],
|
|
||||||
"title": "Query",
|
"title": "Query",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue