Skip to content

Commit 659e328

Browse files
committed
add debug statement
1 parent cb1ac56 commit 659e328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/tests/test_e2e_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async def test_run_tool_unauth_with_auth(
153153
async def test_run_tool_no_auth(self, toolbox: ToolboxClient):
154154
"""Tests running a tool requiring auth without providing auth."""
155155
tool = await toolbox.load_tool("get-row-by-id-auth")
156-
print("DEBUG: got tool", tool._required_authn_params, tool._required_authz_tokens)
156+
print("DEBUG: got tool auth token getters", tool._auth_service_token_getters)
157157
with pytest.raises(
158158
PermissionError,
159159
match="One or more of the following authn services are required to invoke this tool: my-test-auth",

0 commit comments

Comments
 (0)