Skip to content

Commit c5d32a5

Browse files
committed
timeout param is passed by default so this test breaks!
1 parent ee9a974 commit c5d32a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def woo_test_mock(*args, **kwargs):
101101

102102
with HTTMock(woo_test_mock):
103103
# call requests
104-
status = self.api.get("products", timeout=60, allow_redirects=True).status_code
104+
status = self.api.get("products", allow_redirects=True).status_code
105105
self.assertEqual(status, 200)
106106

107107
def test_post(self):

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy