We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1ac56 commit 659e328Copy full SHA for 659e328
packages/toolbox-core/tests/test_e2e_mcp.py
@@ -153,7 +153,7 @@ async def test_run_tool_unauth_with_auth(
153
async def test_run_tool_no_auth(self, toolbox: ToolboxClient):
154
"""Tests running a tool requiring auth without providing auth."""
155
tool = await toolbox.load_tool("get-row-by-id-auth")
156
- print("DEBUG: got tool", tool._required_authn_params, tool._required_authz_tokens)
+ print("DEBUG: got tool auth token getters", tool._auth_service_token_getters)
157
with pytest.raises(
158
PermissionError,
159
match="One or more of the following authn services are required to invoke this tool: my-test-auth",
0 commit comments