Skip to content

Commit f0991ab

Browse files
committed
fix tests
1 parent ed16488 commit f0991ab

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
@@ -145,7 +145,7 @@ async def test_run_tool_param_auth_no_auth(self, toolbox):
145145
Exception,
146146
match="One of more of the following authn services are required to invoke this tool: my-test-auth",
147147
):
148-
await tool(email="")
148+
await tool()
149149

150150
async def test_run_tool_param_auth(self, toolbox, auth_token1):
151151
"""Tests running a tool with a param requiring auth, with correct auth."""

0 commit comments

Comments
 (0)