Skip to content

Commit feca999

Browse files
committed
......
1 parent 8b11b74 commit feca999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/httpx/test_httpx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from tests.conftest import ApproxDict
1313

1414

15-
timeout = httpx.Timeout(read=None, connect=None)
15+
timeout = httpx.Timeout(read=None, write=None, connect=None, pool=None)
1616

1717

1818
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)