From 681d5a7120d752ab46660d9f2f30870fc60e57ff Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sun, 26 Jul 2026 15:12:50 -0400 Subject: [PATCH] Apply ruff format to issuer identity tests --- tests/server/auth/test_issuer_url_identity.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/server/auth/test_issuer_url_identity.py b/tests/server/auth/test_issuer_url_identity.py index a04b00e15..f66524378 100644 --- a/tests/server/auth/test_issuer_url_identity.py +++ b/tests/server/auth/test_issuer_url_identity.py @@ -173,9 +173,7 @@ class TestOAuthProxyIssuerIdentity: app = Starlette(routes=proxy.get_routes()) with TestClient(app) as test_client: - metadata = test_client.get( - "/.well-known/oauth-authorization-server" - ).json() + metadata = test_client.get("/.well-known/oauth-authorization-server").json() consent = test_client.get(f"/consent?txn_id={txn_id}") csrf_match = re.search(