mirror of https://github.com/tiangolo/fastapi.git
fix missed close bracket in test_application.py
This commit is contained in:
parent
84521d53cc
commit
e03b302d97
|
|
@ -1185,6 +1185,7 @@ def test_openapi_schema():
|
|||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
"/query/list": {
|
||||
"get": {
|
||||
"summary": "Get Query List",
|
||||
|
|
|
|||
Loading…
Reference in New Issue