Skip to content

Commit 03bbe72

Browse files
committed
fix mcp test with correct path
1 parent ac90590 commit 03bbe72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_integ/mcp/test_mcp_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def test_mcp_client_timeout_integration():
279279

280280
def slow_transport():
281281
time.sleep(4) # Longer than timeout
282-
return stdio_client(StdioServerParameters(command="python", args=["tests_integ/echo_server.py"]))
282+
return stdio_client(StdioServerParameters(command="python", args=["tests_integ/mcp/echo_server.py"]))
283283

284284
client = MCPClient(slow_transport, startup_timeout=2)
285285
initial_threads = threading.active_count()

0 commit comments

Comments
 (0)