This commit is contained in:
JONEMI21 2025-11-06 22:18:30 +00:00
parent 19e5aba29c
commit 36a781f5df
1 changed files with 1 additions and 4 deletions

View File

@ -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",
} }
) )