pankajastro commented on code in PR #23563:
URL: https://github.com/apache/airflow/pull/23563#discussion_r869903155
##########
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:
Added here ae3c670739fd01a390192d78476056afe19798dd
--
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]