Skip to content

Commit 7a5a1bd

Browse files
committed
remove redundant test
1 parent cd701b7 commit 7a5a1bd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/toolbox-core/tests/test_e2e.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,6 @@ async def test_run_tool_param_auth_no_auth(self, toolbox):
159159
):
160160
await tool()
161161

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-
171162
async def test_run_tool_param_auth(self, toolbox, auth_token1):
172163
"""Tests running a tool with a param requiring auth, with correct auth."""
173164
tool = await toolbox.load_tool(

0 commit comments

Comments
 (0)