Skip to content

Commit 2bdfc7e

Browse files
committed
merge
1 parent ee1c1ea commit 2bdfc7e

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
@@ -1108,7 +1108,7 @@ async def mock_delete(self: httpx.AsyncClient, *args: Any, **kwargs: Any) -> htt
11081108
@pytest.mark.anyio
11091109
@pytest.mark.skipif(sys.platform == "win32", reason="Resumption unstable on Windows")
11101110
async def test_streamablehttp_client_resumption( # pragma: no cover - skipped on Windows builds
1111-
event_server: tuple[SimpleEventStore, str]
1111+
event_server: tuple[SimpleEventStore, str],
11121112
):
11131113
"""Test client session resumption using sync primitives for reliable coordination."""
11141114
_, server_url = event_server

0 commit comments

Comments
 (0)