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 1f63b0d commit 66e88abCopy full SHA for 66e88ab
packages/toolbox-core/tests/test_e2e.py
@@ -150,7 +150,7 @@ async def test_run_tool_param_auth_no_auth(self, toolbox):
150
await tool()
151
152
async def test_run_tool_param_auth_no_service(self, toolbox):
153
- """Tests running a tool with a param requiring auth, without a correctly registered auth service."""
+ """Tests running a tool with a param requiring auth, without a registered auth service."""
154
tool = await toolbox.load_tool("get-row-by-email-auth-wrong-auth-source")
155
with pytest.raises(
156
Exception,
0 commit comments