pankajastro commented on code in PR #30244:
URL: https://github.com/apache/airflow/pull/30244#discussion_r1209767299
##########
tests/providers/amazon/aws/triggers/test_redshift_cluster.py:
##########
@@ -500,3 +501,42 @@ async def
test_redshift_resume_cluster_trigger_run_attempts_failed(
assert response == TriggerEvent(
{"status": "failure", "message": f"Resume Cluster Failed:
{error_failed}"}
)
+
+
+class TestRedshiftDeleteClusterTrigger:
+ class TestRedshiftDeleteClusterTrigger:
Review Comment:
Added
--
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]