From 732343eaf64a35f08b7511c133d32ffaa29e33c1 Mon Sep 17 00:00:00 2001 From: josix <josixwang@gmail.com> Date: Fri, 31 Jan 2025 04:28:15 +0800 Subject: [PATCH] remove unused caplog --- .../provider_tests/databricks/operators/test_databricks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",