Skip to content

Commit 8188bf2

Browse files
committed
remove timeout for sse_client
1 parent e8a3b0e commit 8188bf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/shared/test_sse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ async def sse_client_session(tg: TaskGroup, server_app: Starlette) -> AsyncGener
138138

139139
async with sse_client(
140140
f"{TEST_SERVER_BASE_URL}/sse",
141-
sse_read_timeout=0.5,
142141
httpx_client_factory=asgi_client_factory,
143142
) as streams:
144143
async with ClientSession(*streams) as session:

0 commit comments

Comments
 (0)