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 4c14a2a commit 12ff47dCopy full SHA for 12ff47d
tests/e2e/test_telemetry_retry.py
@@ -59,7 +59,7 @@ def get_client(self, session_id, num_retries=3):
59
force_dangerous_codes=[],
60
urllib3_kwargs={'total': num_retries}
61
)
62
- adapter = client._session.adapters.get("https://")
+ adapter = client._http_client.session.adapters.get("https://")
63
adapter.max_retries = retry_policy
64
return client, adapter
65
0 commit comments