Skip to content

Commit 12af5fa

Browse files
committed
cleanup
1 parent 1fa1b7a commit 12af5fa

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
@@ -95,7 +95,7 @@ async def test_run_tool_wrong_param_type(self, get_n_rows_tool: ToolboxTool):
9595
Exception,
9696
match='provided parameters were invalid: unable to parse value for "num_rows": .* not type "string"',
9797
):
98-
await get_n_rows_tool(num_rows=2) # Pass the integer value
98+
await get_n_rows_tool(num_rows=2)
9999

100100
##### Auth tests
101101
@pytest.mark.asyncio

0 commit comments

Comments
 (0)