mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Fix MCP OAuth test fixture configuration
This commit is contained in:
parent
60dd81f965
commit
c23568c03b
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ def oauth_asgi_app(monkeypatch) -> Iterator[FastAPI]:
|
|||
authorization_url="https://mock-idp.example/oauth/authorize",
|
||||
token_url="https://mock-idp.example/oauth/token",
|
||||
scopes=["openid"],
|
||||
needs_user_oauth_token=False,
|
||||
oauth2_flow="client_credentials",
|
||||
)
|
||||
global_mcp_server_manager.registry[server.server_id] = server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue