ferruzzi commented on a change in pull request #19665:
URL: https://github.com/apache/airflow/pull/19665#discussion_r759838433
##########
File path: tests/providers/amazon/aws/operators/test_redshift_pause_cluster.py
##########
@@ -52,10 +52,8 @@ def test_init(self):
redshift_operator = RedshiftPauseClusterOperator(
task_id="task_test",
cluster_identifier="test_cluster",
- aws_conn_id="aws_conn_test",
- check_interval=3,
+ aws_conn_id="aws_conn_test"
Review comment:
You have a default value in the Operator for this, am I missing a reason
to have it defined here? Looks like an opportunity to just use the default.
--
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]