We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346bff0 commit 19cc84aCopy full SHA for 19cc84a
tests/test_transport.py
@@ -279,8 +279,7 @@ def test_default_timeout(make_client):
279
280
options = client.transport._get_pool_options()
281
assert "timeout" in options
282
- assert options["timeout"].connect_timeout == client.transport.TIMEOUT
283
- assert options["timeout"].read_timeout == client.transport.TIMEOUT
+ assert options["timeout"].total == client.transport.TIMEOUT
284
285
286
@pytest.mark.skipif(not PY38, reason="HTTP2 libraries are only available in py3.8+")
0 commit comments