8000 timeout param is passed by default so this test breaks! · seb86/wc-api-python@c5d32a5 · GitHub
[go: up one dir, main page]

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)
0