Skip to content

Commit 6dca7f9

Browse files
committed
fix error message
1 parent 9482f37 commit 6dca7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/tests/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async def test_run_tool_param_auth_no_auth(self, toolbox):
154154
# TODO: Change match to {my-auth-service3} instead of email after fix in PR
155155
with pytest.raises(
156156
Exception,
157-
match="One of more of the following authn services are required to invoke this tool: email",
157+
match="One of more of the following authn services are required to invoke this tool: my-test-auth",
158158
):
159159
await tool()
160160

0 commit comments

Comments
 (0)