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