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 9e086af commit 9cfa350Copy full SHA for 9cfa350
tests/e2e/common/retry_test_mixins.py
@@ -511,7 +511,7 @@ def test_retry_max_redirects_raises_too_many_redirects_exception(
511
)
512
@patch("databricks.sql.telemetry.telemetry_client.TelemetryClient._send_telemetry")
513
def test_retry_max_redirects_unset_doesnt_redirect_forever(
514
- self, mock_send_telemetry
+ self, mock_send_telemetry, extra_params
515
):
516
"""GIVEN the connector is configured without a custom max_redirects
517
WHEN the DatabricksRetryPolicy is used
0 commit comments