ferruzzi commented on a change in pull request #16685:
URL: https://github.com/apache/airflow/pull/16685#discussion_r664782154



##########
File path: tests/providers/amazon/aws/operators/test_ecs.py
##########
@@ -316,16 +316,27 @@ def test_check_success_task_not_raises(self):
             ['', {'testTagKey': 'testTagValue'}],
         ]
     )
+    @mock.patch.object(ECSOperator, '_xcom_del')
+    @mock.patch.object(
+        ECSOperator,
+        "xcom_pull",
+        
return_value="arn:aws:ecs:us-east-1:012345678910:task/d8c67b3c-ac87-4ffe-a847-4785bc3a8b55",

Review comment:
       Just to verify, this task ARN is generic/random, right?




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