Skip to content

Commit

Permalink
Merge pull request #267 from DevelopBuildRun/workflow_rehearsal_max_diff
Browse files Browse the repository at this point in the history
Update rehearsing.py to disable limit of output errors during workflow testing.
  • Loading branch information
guzzijones authored Sep 13, 2024
2 parents 197db78 + 912e9f8 commit 4f20e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orquesta/rehearsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def __init__(self, session, *args, **kwargs):
"The session object is not type of WorkflowTestCase or WorkflowRerunTestCase."
)

self.maxDiff = None
self.session = session
self.inspection_errors = {}
self.rerun = False
Expand Down

0 comments on commit 4f20e10

Please sign in to comment.