Skip to content

Commit 3c34745

Browse files
dsp-antKludex
andauthored
Update tests/client/test_list_roots_callback.py
Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent 82f6bae commit 3c34745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_list_roots_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def list_roots_callback(
3838
return callback_return
3939

4040
@server.tool("test_list_roots")
41-
async def test_list_roots(context: Context[ServerSession, Any, Any], message: str):
41+
async def test_list_roots(context: Context[ServerSession, None], message: str):
4242
roots = await context.session.list_roots()
4343
assert roots == callback_return
4444
return True

0 commit comments

Comments
 (0)