Skip to content

Commit cc6d568

Browse files
committed
fix tests
1 parent f0991ab commit cc6d568

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/toolbox-core/tests/test_e2e.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ async def test_run_tool_param_auth_no_auth(self, toolbox):
143143
tool = await toolbox.load_tool("get-row-by-email-auth")
144144
with pytest.raises(
145145
Exception,
146-
match="One of more of the following authn services are required to invoke this tool: my-test-auth",
146+
match="provided parameters were invalid: error parsing authenticated parameter "
147+
'"email": missing or invalid authentication header',
147148
):
148149
await tool()
149150

0 commit comments

Comments
 (0)