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

Loading…
Cancel
Save