hankehly commented on code in PR #27410:
URL: https://github.com/apache/airflow/pull/27410#discussion_r1009688260


##########
tests/providers/amazon/aws/operators/test_rds.py:
##########
@@ -601,6 +582,7 @@ def test_create_event_subscription_no_wait(self, 
mock_await_status):
             source_ids=[DB_INSTANCE_NAME],
             aws_conn_id=AWS_CONN,
             dag=self.dag,
+            wait_for_completion=False,

Review Comment:
   From the name, this test is supposed to check the "no wait" condition, but 
`wait_for_completion` was set to `True`. This wasn't caught [for the above 
reason](https://github.com/apache/airflow/pull/27410/files#r1009685212).



-- 
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