Skip to content

Commit

Permalink
remove unused caplog
Browse files Browse the repository at this point in the history
  • Loading branch information
josix committed Jan 30, 2025
1 parent 6906290 commit 732343e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 732343e

Please sign in to comment.