From 36a781f5df963498a128510e5142312e0147e0ce Mon Sep 17 00:00:00 2001 From: JONEMI21 Date: Thu, 6 Nov 2025 22:18:30 +0000 Subject: [PATCH] rv --- tests/test_application.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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", } )