Skip to content

Commit c80fadc

Browse files
committed
chore: Fix e2e test case
1 parent 538b384 commit c80fadc

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
@@ -167,7 +167,7 @@ async def test_run_tool_auth(self, toolbox: ToolboxClient, auth_token1: str):
167167
assert "row2" in response
168168

169169
@pytest.mark.asyncio
170-
async def test_run_tool_async_auth(toolbox: ToolboxClient, auth_token1: str):
170+
async def test_run_tool_async_auth(self, toolbox: ToolboxClient, auth_token1: str):
171171
"""Tests running a tool with correct auth using an async token getter."""
172172
tool = await toolbox.load_tool("get-row-by-id-auth")
173173

0 commit comments

Comments
 (0)