mik-laj commented on a change in pull request #10578:
URL: https://github.com/apache/airflow/pull/10578#discussion_r483305793



##########
File path: tests/providers/google/cloud/operators/test_mlengine.py
##########
@@ -350,6 +350,45 @@ def test_success_create_training_job(self, mock_hook):
             project_id='test-project', job=self.TRAINING_INPUT, 
use_existing_job_fn=ANY
         )
 
+    @patch('airflow.providers.google.cloud.operators.mlengine.MLEngineHook')
+    def test_success_create_training_job_with_master_config(self, mock_hook):
+        custom_training_default_args: dict = 
copy.deepcopy(self.TRAINING_DEFAULT_ARGS)
+        custom_training_default_args['scaleTier'] = 'CUSTOM'

Review comment:
       ```suggestion
   ```
   I don't think this parameter exists.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to