bjankie1 commented on PR #40786:
URL: https://github.com/apache/airflow/pull/40786#issuecomment-2230101926
Tests that are failing don't seem even remotely related to introduced change.
```
_
TestTimeDeltaSensorAsync.test_timedelta_sensor[data_interval_end1-delta1-True] _
self = <MagicMock name='defer' id='140275746064656'>
def assert_called_once(self):
"""assert that the mock was called only once.
"""
if not self.call_count == 1:
msg = ("Expected '%s' to have been called once. Called %s
times.%s"
% (self._mock_name or 'mock',
self.call_count,
self._calls_repr()))
> raise AssertionError(msg)
E AssertionError: Expected 'defer' to have been called once.
Called 0 times.
/usr/local/lib/python3.8/unittest/mock.py:892: AssertionError
```
--
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]