Skip to content

Commit 9cfa350

Browse files
pass extra_params into test_...unset...
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 9e086af commit 9cfa350

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
@@ -511,7 +511,7 @@ def test_retry_max_redirects_raises_too_many_redirects_exception(
511511
)
512512
@patch("databricks.sql.telemetry.telemetry_client.TelemetryClient._send_telemetry")
513513
def test_retry_max_redirects_unset_doesnt_redirect_forever(
514-
self, mock_send_telemetry
514+
self, mock_send_telemetry, extra_params
515515
):
516516
"""GIVEN the connector is configured without a custom max_redirects
517517
WHEN the DatabricksRetryPolicy is used

0 commit comments

Comments
 (0)