mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
test(mcp): add subject_token param to capture_create_mcp_client stub
This commit is contained in:
parent
90e7faf8f4
commit
75b4f089f1
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ class TestMCPServerManager:
|
|||
captured_extra_headers = None
|
||||
|
||||
async def capture_create_mcp_client(
|
||||
server, mcp_auth_header, extra_headers, stdio_env
|
||||
server, mcp_auth_header, extra_headers, stdio_env, subject_token=None
|
||||
): # pragma: no cover - helper
|
||||
nonlocal captured_extra_headers
|
||||
captured_extra_headers = extra_headers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue