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