We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdc10c commit 88e060fCopy full SHA for 88e060f
storage/tests/unit/test__http.py
@@ -55,7 +55,7 @@ def test_extra_headers(self):
55
headers=expected_headers,
56
method="GET",
57
url=expected_uri,
58
- timeout=None,
+ timeout=base_http._DEFAULT_TIMEOUT,
59
)
60
61
def test_build_api_url_no_extra_query_params(self):
0 commit comments