Skip to content

Commit 9e086af

Browse files
add extra_params param
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent e58b6b5 commit 9e086af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/common/retry_test_mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def test_retry_abort_close_operation_on_404(self, extra_params, caplog):
476476
)
477477
@patch("databricks.sql.telemetry.telemetry_client.TelemetryClient._send_telemetry")
478478
def test_retry_max_redirects_raises_too_many_redirects_exception(
479-
self, mock_send_telemetry
479+
self, mock_send_telemetry, extra_params
480480
):
481481
"""GIVEN the connector is configured with a custom max_redirects
482482
WHEN the DatabricksRetryPolicy is created

0 commit comments

Comments
 (0)