File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
packages/toolbox-core/tests Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,6 @@ async def test_run_tool_param_auth_no_auth(self, toolbox):
159
159
):
160
160
await tool ()
161
161
162
- async def test_run_tool_param_auth_no_service (self , toolbox ):
163
- """Tests running a tool with a param requiring auth, without a registered auth service."""
164
- tool = await toolbox .load_tool ("get-row-by-email-auth-wrong-auth-source" )
165
- with pytest .raises (
166
- Exception ,
167
- match = "One of more of the following authn services are required to invoke this tool: my-test-auth3" ,
168
- ):
169
- await tool ()
170
-
171
162
async def test_run_tool_param_auth (self , toolbox , auth_token1 ):
172
163
"""Tests running a tool with a param requiring auth, with correct auth."""
173
164
tool = await toolbox .load_tool (
You can’t perform that action at this time.
0 commit comments