Skip to content

Commit 4a1dad1

Browse files
committed
remove unused caplog
1 parent fad8b37 commit 4a1dad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/databricks/tests/provider_tests/databricks/operators/test_databricks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@ def test_both_new_and_existing_cluster_set(self):
22082208
exception_message = "Both new_cluster and existing_cluster_id are set. Only one should be set."
22092209
assert str(exc_info.value) == exception_message
22102210

2211-
def test_both_new_and_existing_cluster_unset(self, caplog):
2211+
def test_both_new_and_existing_cluster_unset(self):
22122212
operator = DatabricksNotebookOperator(
22132213
task_id="test_task",
22142214
notebook_path="test_path",

0 commit comments

Comments
 (0)