We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad8b37 commit 4a1dad1Copy full SHA for 4a1dad1
providers/databricks/tests/provider_tests/databricks/operators/test_databricks.py
@@ -2208,7 +2208,7 @@ def test_both_new_and_existing_cluster_set(self):
2208
exception_message = "Both new_cluster and existing_cluster_id are set. Only one should be set."
2209
assert str(exc_info.value) == exception_message
2210
2211
- def test_both_new_and_existing_cluster_unset(self, caplog):
+ def test_both_new_and_existing_cluster_unset(self):
2212
operator = DatabricksNotebookOperator(
2213
task_id="test_task",
2214
notebook_path="test_path",
0 commit comments