Skip to content

Commit b1bec5a

Browse files
author
Jianke LIN
committed
test(streamable-http): suppress deprecated logging warning
1 parent e34d254 commit b1bec5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/interaction/transports/test_hosting_resume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ async def test_a_call_whose_stream_closes_and_cannot_be_resumed_fails_instead_of
321321

322322
@mcp.tool()
323323
async def interrupt(ctx: Context) -> str:
324-
await ctx.info("before close")
324+
await ctx.info("before close") # pyright: ignore[reportDeprecated]
325325
await ctx.close_sse_stream()
326326
await allow_exit.wait()
327327
return "unreachable"

0 commit comments

Comments
 (0)