mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 07:09:11 +02:00
Apply ruff format to issuer identity tests
This commit is contained in:
parent
c4c72ac240
commit
681d5a7120
1 changed files with 1 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue