Skip to content

Commit d137b5e

Browse files
committed
fix test_call_tool assertion
1 parent 2ed88b8 commit d137b5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/client/test_session_group.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ def hook(name: str, server_info: types.Implementation) -> str:
7373
mock_session.call_tool.assert_called_once_with(
7474
"my_tool",
7575
{"name": "value1", "args": {}},
76+
read_timeout_seconds=None,
77+
progress_callback=None,
78+
meta=None,
7679
)
7780

7881
async def test_connect_to_server(self, mock_exit_stack: contextlib.AsyncExitStack):

0 commit comments

Comments
 (0)