diff --git a/tests/ci/bugfix_validate_check.py b/tests/ci/bugfix_validate_check.py index e5f37f2940b..e5215fc4c42 100644 --- a/tests/ci/bugfix_validate_check.py +++ b/tests/ci/bugfix_validate_check.py @@ -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 (Report' + status = f'OK: Bug reproduced (Report)' if not is_ok: status = f'Bug is not reproduced (Report)' test_results.append([f"{prefix}: {description}", status])