baolsen commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks 
should cache boto3 client
URL: https://github.com/apache/airflow/pull/7541#discussion_r385110474
 
 

 ##########
 File path: tests/providers/amazon/aws/operators/test_ecs.py
 ##########
 @@ -171,7 +166,7 @@ def test_execute_with_failures(self):
             }
         )
 
-    def test_wait_end_tasks(self):
+    def test_wait_end_tasks(self, aws_hook_mock):
 
 Review comment:
   After moving the mock from setUp to above the class, all methods need to 
have this added (even if unused)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to