Skip to content

Commit

Permalink
chore(storage): adjust test assertions to new default timeout (#10251)
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani committed Jan 30, 2020
1 parent 3b90f68 commit afc3eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test__http.py
Expand Up @@ -55,7 +55,7 @@ def test_extra_headers(self):
headers=expected_headers,
method="GET",
url=expected_uri,
timeout=None,
timeout=base_http._DEFAULT_TIMEOUT,
)

def test_build_api_url_no_extra_query_params(self):
Expand Down

0 comments on commit afc3eb2

Please sign in to comment.