Skip to content

Commit 88e060f

Browse files
chore(storage): adjust test assertions to new default timeout (#10251)
1 parent fcdc10c commit 88e060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/tests/unit/test__http.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_extra_headers(self):
5555
headers=expected_headers,
5656
method="GET",
5757
url=expected_uri,
58-
timeout=None,
58+
timeout=base_http._DEFAULT_TIMEOUT,
5959
)
6060

6161
def test_build_api_url_no_extra_query_params(self):

0 commit comments

Comments
 (0)