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


##########
tests/providers/amazon/aws/sensors/test_rds.py:
##########
@@ -161,6 +143,7 @@ def test_db_instance_snapshot_poke_true(self):
 
     @mock_rds
     def test_db_instance_snapshot_poke_false(self):
+        _create_db_instance(self.hook)

Review Comment:
   This sensor checks the existence of a snapshot associated with a db 
instance, but the unit tests didn't create the db instance.



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