vincbeck commented on code in PR #23563:
URL: https://github.com/apache/airflow/pull/23563#discussion_r869621590


##########
tests/providers/amazon/aws/operators/test_redshift_cluster.py:
##########
@@ -127,3 +128,26 @@ def 
test_pause_cluster_not_called_when_cluster_is_not_available(self, mock_get_c
         )
         redshift_operator.execute(None)
         mock_get_conn.return_value.pause_cluster.assert_not_called()
+
+
+class TestDeleteClusterOperator:

Review Comment:
   Could you please add one test with `wait_for_completion` set to `false` 
which checks that `cluster_status` is not called?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to