diff --git a/providers/databricks/tests/provider_tests/databricks/operators/test_databricks.py b/providers/databricks/tests/provider_tests/databricks/operators/test_databricks.py index ac5e556e48da84..5ff686ea0aadbb 100644 --- a/providers/databricks/tests/provider_tests/databricks/operators/test_databricks.py +++ b/providers/databricks/tests/provider_tests/databricks/operators/test_databricks.py @@ -2208,7 +2208,7 @@ def test_both_new_and_existing_cluster_set(self): exception_message = "Both new_cluster and existing_cluster_id are set. Only one should be set." assert str(exc_info.value) == exception_message - def test_both_new_and_existing_cluster_unset(self, caplog): + def test_both_new_and_existing_cluster_unset(self): operator = DatabricksNotebookOperator( task_id="test_task", notebook_path="test_path",