vincbeck commented on code in PR #32247:
URL: https://github.com/apache/airflow/pull/32247#discussion_r1246752694


##########
tests/providers/amazon/aws/utils/test_waiter_with_logging.py:
##########
@@ -136,7 +136,7 @@ def test_wait_max_attempts_exceeded(self, mock_sleep, 
caplog):
             },
         )
 
-        mock_waiter.wait.call_count == 11
+        assert mock_waiter.wait.call_count == 11

Review Comment:
   This one seems to break the unit tests



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