Skip to content

Commit 494f58a

Browse files
committed
fix: test
1 parent b8f3561 commit 494f58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/fastmcp/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def mixed_list_fn() -> list: # type: ignore
417417
mcp.add_tool(mixed_list_fn) # type: ignore
418418
async with client_session(mcp._mcp_server) as client:
419419
result = await client.call_tool("mixed_list_fn", {})
420-
assert len(result.content) == 4
420+
assert len(result.content) == 5
421421
# Check text conversion
422422
content1 = result.content[0]
423423
assert isinstance(content1, TextContent)

0 commit comments

Comments
 (0)