From c4ba08fbf26fd96cafe389951598c66328a73c5d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:46:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_security_api_key_query.py | 4 +--- tests/test_security_api_key_query_optional.py | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/test_security_api_key_query.py b/tests/test_security_api_key_query.py index fcfde8308..497fcd34e 100644 --- a/tests/test_security_api_key_query.py +++ b/tests/test_security_api_key_query.py @@ -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"}} }, } diff --git a/tests/test_security_api_key_query_optional.py b/tests/test_security_api_key_query_optional.py index 4862a9657..40dafe5cd 100644 --- a/tests/test_security_api_key_query_optional.py +++ b/tests/test_security_api_key_query_optional.py @@ -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"}} }, }