diff --git a/tests/google/cloud/operators/test_dataproc.py b/tests/google/cloud/operators/test_dataproc.py index 8664c3fc8..a642f9738 100644 --- a/tests/google/cloud/operators/test_dataproc.py +++ b/tests/google/cloud/operators/test_dataproc.py @@ -42,7 +42,11 @@ def test_init(self): class TestDataprocDeleteClusterOperatorAsync: def test_init(self): task = DataprocDeleteClusterOperatorAsync( - task_id="task-id", project_id=TEST_PROJECT_ID, cluster_name=TEST_CLUSTER_NAME, region=TEST_REGION + task_id="task-id", + project_id=TEST_PROJECT_ID, + cluster_name=TEST_CLUSTER_NAME, + region=TEST_REGION, + timeout=None, ) assert isinstance(task, DataprocDeleteClusterOperator) assert task.deferrable is True