From dfa580139c33febf990e52df66897a5c0af1587b Mon Sep 17 00:00:00 2001 From: Jeffrey Kinard Date: Thu, 26 Dec 2024 14:32:15 -0600 Subject: [PATCH] fix failing tests Signed-off-by: Jeffrey Kinard --- sdks/python/apache_beam/yaml/yaml_transform_unit_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdks/python/apache_beam/yaml/yaml_transform_unit_test.py b/sdks/python/apache_beam/yaml/yaml_transform_unit_test.py index 5bc9de24bb38..11ef2c5e22ad 100644 --- a/sdks/python/apache_beam/yaml/yaml_transform_unit_test.py +++ b/sdks/python/apache_beam/yaml/yaml_transform_unit_test.py @@ -626,6 +626,8 @@ def test_preprocess_windowing_custom_type(self): size: 4 input: {{input: input}} output: {result['transforms'][0]['__uuid__']} + config: + error_handling: {{}} ''' self.assertYaml(expected, result) @@ -747,6 +749,8 @@ def test_preprocess_windowing_other_type_with_no_inputs(self): type: fixed size: 4 output: {result['transforms'][1]["__uuid__"]} + config: + error_handling: {{}} ''' self.maxDiff = 1e9