Skip to content

Commit 71ced16

Browse files
committed
setting maxDiff to see errors
1 parent 737c6a5 commit 71ced16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

st2tests/integration/orquesta/test_wiring_error_handling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
class ErrorHandlingTest(base.TestWorkflowExecution):
2525
def test_inspection_error(self):
26+
self.maxDiff = None
2627
expected_errors = [
2728
{
2829
"type": "content",
@@ -194,6 +195,7 @@ def test_output_error(self):
194195
self.assertDictEqual(ex.result, {"errors": expected_errors, "output": None})
195196

196197
def test_task_content_errors(self):
198+
self.maxDiff = None
197199
expected_errors = [
198200
{
199201
"type": "content",

0 commit comments

Comments
 (0)