mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
35726e0e14
commit
c4ba08fbf2
|
|
@ -59,8 +59,6 @@ def test_openapi_schema():
|
|||
}
|
||||
},
|
||||
"components": {
|
||||
"securitySchemes": {
|
||||
"key": {"type": "apiKey", "name": "key", "in": "query"}
|
||||
}
|
||||
"securitySchemes": {"key": {"type": "apiKey", "name": "key", "in": "query"}}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -65,8 +65,6 @@ def test_openapi_schema():
|
|||
}
|
||||
},
|
||||
"components": {
|
||||
"securitySchemes": {
|
||||
"key": {"type": "apiKey", "name": "key", "in": "query"}
|
||||
}
|
||||
"securitySchemes": {"key": {"type": "apiKey", "name": "key", "in": "query"}}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue