We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5eab90 commit 79eb3c9Copy full SHA for 79eb3c9
tests/shared/test_streamable_http.py
@@ -1344,7 +1344,7 @@ async def run_tool():
1344
1345
@pytest.mark.anyio
1346
async def test_streamablehttp_client_resumption_timeout(event_server):
1347
- """Test client session to resume a long running tool via non blocking api."""
+ """Test client session to resume a long running tool via non blocking api with timeout."""
1348
_, server_url = event_server
1349
1350
with anyio.fail_after(10):
0 commit comments