From e03b302d97c993be0f0f163eab703fd184e29a65 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Sat, 14 Jun 2025 09:28:49 +0200 Subject: [PATCH] fix missed close bracket in test_application.py --- tests/test_application.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_application.py b/tests/test_application.py index 366338184..5f3d97c04 100644 --- a/tests/test_application.py +++ b/tests/test_application.py @@ -1185,6 +1185,7 @@ def test_openapi_schema(): } }, }, + }, "/query/list": { "get": { "summary": "Get Query List",