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 0c2e9bb commit 7c61263Copy full SHA for 7c61263
packages/toolbox-core/tests/test_sync_client.py
@@ -536,7 +536,7 @@ def test_auth_with_load_tool_fail_no_token(
536
tool = client.load_tool(tool_name_auth)
537
# Invocation should fail
538
with pytest.raises(
539
- ValueError,
+ PermissionError,
540
match="One or more of the following authn services are required to invoke this tool: my-auth-service",
541
): # Match error from client
542
tool(argA=15, argB=True)
0 commit comments