Browse Source

fix missed close bracket in test_application.py

pull/10694/head
Yurii Motov 1 month ago
parent
commit
e03b302d97
  1. 1
      tests/test_application.py

1
tests/test_application.py

@ -1185,6 +1185,7 @@ def test_openapi_schema():
}
},
},
},
"/query/list": {
"get": {
"summary": "Get Query List",

Loading…
Cancel
Save