Skip to content

Commit

Permalink
setting maxDiff to see errors
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzijones committed Jul 3, 2023
1 parent 737c6a5 commit 71ced16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions st2tests/integration/orquesta/test_wiring_error_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

class ErrorHandlingTest(base.TestWorkflowExecution):
def test_inspection_error(self):
self.maxDiff = None
expected_errors = [
{
"type": "content",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 71ced16

Please sign in to comment.