tvalentyn commented on a change in pull request #14738:
URL: https://github.com/apache/beam/pull/14738#discussion_r630710589



##########
File path: sdks/python/apache_beam/examples/snippets/snippets_test.py
##########
@@ -600,15 +601,16 @@ def get_output(self, path, sorted_output=True, suffix=''):
   def test_model_pipelines(self):
     temp_path = self.create_temp_file('aa bb cc\n bb cc\n cc')
     result_path = temp_path + '.result'
-    snippets.model_pipelines(
-        ['--input=%s*' % temp_path, '--output=%s' % result_path])
+    test_argv = [f"--input={temp_path}*", f"--output={result_path}"]

Review comment:
       I believe you need to add one extra argument in test_argv.




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