Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afc3eb2

Browse files
chore(storage): adjust test assertions to new default timeout (#10251)
1 parent 3b90f68 commit afc3eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test__http.py

Lines changed: 1 addition & 1 deletion
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)