michalslowikowski00 commented on a change in pull request #6306: [AIRFLOW-5632] 
Rename ComputeEngine operators
URL: https://github.com/apache/airflow/pull/6306#discussion_r334425667
 
 

 ##########
 File path: tests/gcp/hooks/test_gcp_compute_hook.py
 ##########
 @@ -67,16 +67,15 @@ def test_start_instance_overridden_project_id(self, 
wait_for_operation_to_comple
         start_method.assert_called_once_with(instance='instance', 
project='example-project', zone='zone')
         execute_method.assert_called_once_with(num_retries=5)
         
wait_for_operation_to_complete.assert_called_once_with(project_id='example-project',
-                                                               
operation_name='operation_id',
 
 Review comment:
   Mistake, previous state was restored.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to