mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-06 17:38:35 +00:00
test: use safe URL for MCP timeout regression
This commit is contained in:
parent
bc8f42c639
commit
0eae7ceb1a
@ -670,7 +670,7 @@ async def test_connect_mcp_servers_streamable_http_uses_finite_timeout(
|
|||||||
|
|
||||||
registry = ToolRegistry()
|
registry = ToolRegistry()
|
||||||
stacks = await connect_mcp_servers(
|
stacks = await connect_mcp_servers(
|
||||||
{"test": MCPServerConfig(url="http://127.0.0.1:4001/mcp")},
|
{"test": MCPServerConfig(url="https://mcp.example.com/mcp")},
|
||||||
registry,
|
registry,
|
||||||
)
|
)
|
||||||
for stack in stacks.values():
|
for stack in stacks.values():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user