We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c95df commit d75d306Copy full SHA for d75d306
tests/shared/test_streamable_http.py
@@ -2334,5 +2334,5 @@ def return_plain_text(request: httpx.Request) -> httpx.Response:
2334
write_stream,
2335
):
2336
async with ClientSession(read_stream, write_stream) as session:
2337
- with pytest.raises(MCPError, match="Unexpected content type"):
+ with pytest.raises(MCPError, match="Unexpected content type"): # pragma: no branch
2338
await session.initialize()
0 commit comments