mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 22:44:17 +02:00
Update in-memory timeout-message assertion for SDK v2
This commit is contained in:
parent
ca9c18fb9d
commit
47e8eec026
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class TestTimeout:
|
|||
) as client:
|
||||
with pytest.raises(
|
||||
MCPError,
|
||||
match="Timed out while waiting for response to ClientRequest. Waited 0.05 seconds",
|
||||
match="timed out",
|
||||
):
|
||||
await client.call_tool("sleep", {"seconds": 0.1})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue