john-jac commented on code in PR #66548:
URL: https://github.com/apache/airflow/pull/66548#discussion_r3204367327


##########
providers/amazon/tests/unit/amazon/aws/operators/test_mwaa_serverless.py:
##########
@@ -146,3 +147,30 @@ def test_execute_fail_on_conflict(self, mock_conn):
 
     def test_template_fields(self):
         validate_template_fields(self.operator)
+
+
+class TestMwaaServerlessStopWorkflowRunOperator:

Review Comment:
   Added test_execute_not_found that verifies a ResourceNotFoundException from 
the API propagates as a ClientError.



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