chirodip98 commented on code in PR #60083:
URL: https://github.com/apache/airflow/pull/60083#discussion_r2660288390


##########
providers/google/tests/unit/google/cloud/operators/test_dataproc.py:
##########
@@ -1269,7 +1274,39 @@ 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 related to the changes and its required. Will try to add test 
cases.



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