diff --git a/tests/test_application.py b/tests/test_application.py index cd1713ae1..2a497218b 100644 --- a/tests/test_application.py +++ b/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", } )