Skip to content

Commit cf0255d

Browse files
authored
Merge pull request #383 from AutomationSolutionz/fix-error-comment
FIX - Comment in RunID showing wrong information
2 parents da7767d + 7fc3aa1 commit cf0255d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Framework/Utilities/CommonUtil.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ def CreateJsonReport(logs=None, stepInfo=None, TCInfo=None, setInfo=None):
488488
fail_reason_str = "** Test case Failed on first run but Passed when Rerun **"
489489
passed_after_rerun = False
490490
testcase_info["execution_detail"]["failreason"] = fail_reason_str
491+
tc_error_logs = []
491492
return
492493
if step_id == "none":
493494
return

0 commit comments

Comments
 (0)