mxm commented on a change in pull request #12576:
URL: https://github.com/apache/beam/pull/12576#discussion_r495779254



##########
File path: sdks/python/apache_beam/options/pipeline_options_validator_test.py
##########
@@ -613,31 +615,29 @@ def test_environment_options(self):
         {
             'options': [
                 '--environment_type=pRoCeSs',
-                '--env_process_command=foo',
+                '--environment_options=process_command=foo',
                 '--environment_config=foo'
             ],
             'errors': ['environment_config']
         },
         {
             'options': [
                 '--environment_type=pRoCeSs',
-                '--env_process_command=foo',
-                '--env_process_variables=foo=bar',
-                '--env_docker_container_image=foo',
-                '--env_external_service_address=foo'
+                '--environment_options=process_command=foo',
+                '--environment_options=process_variables=foo=bar',
+                '--environment_options=docker_container_image=foo',
+                '--environment_options=external_service_address=foo'

Review comment:
       Sounds fair.




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


Reply via email to