From 96ca03ca6ed0e15fa8677d3bec6465321ab68f06 Mon Sep 17 00:00:00 2001 From: DevelopBuildRun <162185636+DevelopBuildRun@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:18:54 -0400 Subject: [PATCH] Update rehearsing.py to disable limit of errors during workflow testing. --- orquesta/rehearsing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/orquesta/rehearsing.py b/orquesta/rehearsing.py index db94cb52..113d477e 100644 --- a/orquesta/rehearsing.py +++ b/orquesta/rehearsing.py @@ -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