We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd0a17 commit 687fc6fCopy full SHA for 687fc6f
test/unit/test_http_retries.py
@@ -42,7 +42,7 @@ def test_create_detector_attempts_retries(gl: Groundlight):
42
43
def test_get_or_create_detector_attempts_retries(gl: Groundlight):
44
run_test(
45
- mocked_call="urllib3.PoolManager.request",
+ mocked_call="requests.request",
46
api_method=gl.get_or_create_detector,
47
expected_call_counts=TOTAL_RETRIES + 1,
48
name=DETECTOR_NAME,
0 commit comments