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,
|
||||
"schema": IsDict(
|
||||
{
|
||||
"anyOf": [
|
||||
{"type": "integer"},
|
||||
{"type": "null"},
|
||||
],
|
||||
"anyOf": [{"type": "integer"}, {"type": "null"}],
|
||||
"title": "Query",
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue