victorphoenix3 commented on a change in pull request #21488:
URL: https://github.com/apache/airflow/pull/21488#discussion_r820709662
##########
File path: tests/providers/amazon/aws/operators/test_athena.py
##########
@@ -72,7 +72,7 @@ def test_init(self):
assert self.athena.hook.sleep_time == 0
- @mock.patch.object(AthenaHook, 'check_query_status',
side_effect=("SUCCESS",))
Review comment:
'SUCCESS' is not a state for athena queries, "SUCCEEDED" is
--
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]