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_r385542306
##########
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:
Found a way to fix the issue with `setUp`, so this arg will be removed :)
----------------------------------------------------------------
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