Browse Source

rv

pull/9837/head
JONEMI21 8 months ago
parent
commit
36a781f5df
  1. 5
      tests/test_application.py

5
tests/test_application.py

@ -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…
Cancel
Save