Skip to content

Commit a5912b6

Browse files
committed
remove comment
1 parent e14236a commit a5912b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml/src/test/python/yaml_syntax_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_all_yaml_files_are_valid_beam_pipelines(self):
5656
# Use placeholder values for Jinja variables for validation purposes
5757
context = {var: 'placeholder' for var in undeclared_vars}
5858
rendered_yaml = template.render(context)
59-
self._logger.debug(f"Rendered YAML for {template_name}:\n{rendered_yaml}...") # Log first 500 chars
59+
self._logger.debug(f"Rendered YAML for {template_name}:\n{rendered_yaml}...")
6060

6161
self._logger.debug(f"Loading YAML into Beam pipeline_spec: {template_name}")
6262
pipeline_spec = yaml.load(rendered_yaml, Loader=yaml_transform.SafeLineLoader)

0 commit comments

Comments
 (0)