Skip to content

Commit cbdeb81

Browse files
committed
Update test_streamable_http.py
1 parent 32c117c commit cbdeb81

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
@@ -1646,7 +1646,7 @@ async def test_streamablehttp_no_race_condition_on_consecutive_requests(basic_se
16461646
16471647
We run multiple iterations to catch any intermittent issues.
16481648
"""
1649-
for iteration in range(10):
1649+
for iteration in range(10): # pragma: no branch
16501650
async with streamablehttp_client(f"{basic_server_url}/mcp") as (
16511651
read_stream,
16521652
write_stream,

0 commit comments

Comments
 (0)