Apply ruff format to issuer identity tests

This commit is contained in:
Jeremiah Lowin 2026-07-26 15:12:50 -04:00
commit 681d5a7120
No known key found for this signature in database

View file

@ -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(