From 173730108d5ae6407aa37b5435e7507074dcf00d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 17:45:50 +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_status_code_403_option.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_security_status_code_403_option.py b/tests/test_security_status_code_403_option.py index 6d6e904ae..95d385ae4 100644 --- a/tests/test_security_status_code_403_option.py +++ b/tests/test_security_status_code_403_option.py @@ -105,7 +105,6 @@ def test_oauth2_status_code_403_on_auth_error(auth: Union[HTTPBase, OpenIdConnec flows={"password": {"tokenUrl": "token", "scopes": {}}}, auto_error=False, ), - ], ) def test_oauth2_status_code_403_on_auth_error_no_auto_error(