Skip to content

Commit 79eb3c9

Browse files
committed
update test description
1 parent c5eab90 commit 79eb3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shared/test_streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ async def run_tool():
13441344

13451345
@pytest.mark.anyio
13461346
async def test_streamablehttp_client_resumption_timeout(event_server):
1347-
"""Test client session to resume a long running tool via non blocking api."""
1347+
"""Test client session to resume a long running tool via non blocking api with timeout."""
13481348
_, server_url = event_server
13491349

13501350
with anyio.fail_after(10):

0 commit comments

Comments
 (0)