chirodip98 commented on code in PR #59854:
URL: https://github.com/apache/airflow/pull/59854#discussion_r2658939384
##########
providers/google/tests/unit/google/cloud/operators/test_dataproc.py:
##########
@@ -1270,7 +1275,36 @@ def test_create_execute_call_finished_before_defer(self,
mock_trigger_hook, mock
)
mock_hook.return_value.wait_for_operation.assert_not_called()
- assert not mock_defer.called
+ assert mock_defer.called
Review Comment:
yes
--
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]