feluelle 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_r385610240
########## File path: tests/providers/amazon/aws/sensors/test_sqs.py ########## @@ -18,7 +18,7 @@ import unittest -from unittest.mock import MagicMock, patch +import unittest.mock as mock Review comment: I think this will break things. You removed `patch` but it is still required at line 75 and 97. Wasn't it correct before? ---------------------------------------------------------------- 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
