hankehly commented on code in PR #27410:
URL: https://github.com/apache/airflow/pull/27410#discussion_r1009685683
##########
tests/providers/amazon/aws/operators/test_rds.py:
##########
@@ -250,8 +231,8 @@ def test_create_db_cluster_snapshot(self):
assert len(cluster_snapshots) == 1
@mock_rds
- @patch.object(RdsBaseOperator, "_await_status")
- def test_create_db_cluster_snapshot_no_wait(self, mock_no_wait):
+ @patch.object(RdsHook, "wait_for_db_cluster_snapshot_state")
Review Comment:
Replaced the mocked "wait" method in all RDS operator unit tests.
--
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]