Fix typo in tests/ci/bugfix_validate_check.py

This commit is contained in:
vdimir 2022-12-06 11:13:22 +01:00
parent 87663d3689
commit 8f05cb58f0
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -41,7 +41,7 @@ def process_result(file_path):
if is_ok and report_url == "null":
return is_ok, None
status = f'OK: Bug reproduced (<a href="{report_url}">Report</a>'
status = f'OK: Bug reproduced (<a href="{report_url}">Report</a>)'
if not is_ok:
status = f'Bug is not reproduced (<a href="{report_url}">Report</a>)'
test_results.append([f"{prefix}: {description}", status])