Skip to content

Commit 832ec4b

Browse files
committed
Update test_mcp_transport.py
1 parent f73042f commit 832ec4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/communication_protocols/mcp/tests/test_mcp_transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async def test_register_manual_discovers_tools(transport: McpCommunicationProtoc
5555
assert len(register_result.manual.tools) == 4
5656

5757
# Find the echo tool
58-
echo_tool = next((tool for tool in register_result.manual.tools if tool.name ==f"{SERVER_NAME}.echo"), None)
58+
echo_tool = next((tool for tool in register_result.manual.tools if tool.name == f"{SERVER_NAME}.echo"), None)
5959
assert echo_tool is not None
6060
assert "echoes back its input" in echo_tool.description
6161

0 commit comments

Comments
 (0)