Skip to content

Commit 26fcd99

Browse files
committed
.
1 parent 10f96a7 commit 26fcd99

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(10.0, read_timeout=None)
15+
timeout = httpx.Timeout(10.0, read=None)
1616

1717

1818
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)