Skip to content

Commit 0f3bacc

Browse files
committed
fix tests
1 parent d6361ed commit 0f3bacc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/toolbox-langchain/tests/test_async_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def _create_core_tool_from_dict(
6969
tool_constructor_params.append(p_schema)
7070

7171
transport = ToolboxTransport(
72-
base_url=url, session=session, manage_session=False
72+
base_url=url, session=session
7373
)
7474
return ToolboxCoreTool(
7575
transport=transport,

packages/toolbox-llamaindex/tests/test_async_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _create_core_tool_from_dict(
7070
tool_constructor_params.append(p_schema)
7171

7272
transport = ToolboxTransport(
73-
base_url=url, session=session, manage_session=False
73+
base_url=url, session=session
7474
)
7575
return ToolboxCoreTool(
7676
transport=transport,

0 commit comments

Comments
 (0)