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 f0991ab commit cc6d568Copy full SHA for cc6d568
packages/toolbox-core/tests/test_e2e.py
@@ -143,7 +143,8 @@ async def test_run_tool_param_auth_no_auth(self, toolbox):
143
tool = await toolbox.load_tool("get-row-by-email-auth")
144
with pytest.raises(
145
Exception,
146
- match="One of more of the following authn services are required to invoke this tool: my-test-auth",
+ match="provided parameters were invalid: error parsing authenticated parameter "
147
+ '"email": missing or invalid authentication header',
148
):
149
await tool()
150
0 commit comments