From 71ced168b2bce2e1bad00484353a321420f84950 Mon Sep 17 00:00:00 2001 From: guzzijones12 Date: Mon, 3 Jul 2023 18:02:10 +0000 Subject: [PATCH] setting maxDiff to see errors --- st2tests/integration/orquesta/test_wiring_error_handling.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/st2tests/integration/orquesta/test_wiring_error_handling.py b/st2tests/integration/orquesta/test_wiring_error_handling.py index 130a68c7c5..2d59169fb4 100644 --- a/st2tests/integration/orquesta/test_wiring_error_handling.py +++ b/st2tests/integration/orquesta/test_wiring_error_handling.py @@ -23,6 +23,7 @@ class ErrorHandlingTest(base.TestWorkflowExecution): def test_inspection_error(self): + self.maxDiff = None expected_errors = [ { "type": "content", @@ -194,6 +195,7 @@ def test_output_error(self): self.assertDictEqual(ex.result, {"errors": expected_errors, "output": None}) def test_task_content_errors(self): + self.maxDiff = None expected_errors = [ { "type": "content",