fix(消息通知): 修改接口自动化通知的描述

--bug=1008385 --user=刘瑞斌 【消息通知】jenkins执行场景,机器人通知文案优化 https://www.tapd.cn/55049933/s/1075569
This commit is contained in:
CaptainB 2021-11-26 15:36:54 +08:00 committed by 刘瑞斌
parent 6c054c80d1
commit 619f2c283d
1 changed files with 2 additions and 2 deletions

View File

@ -187,8 +187,8 @@ public class TestResultService {
String subject = "";
String event = "";
String successContext = "${operator}执行接口测试成功: ${name}" + ", 报告: ${reportUrl}";
String failedContext = "${operator}执行接口测试失败: ${name}" + ", 报告: ${reportUrl}";
String successContext = "${operator}执行接口自动化成功: ${name}" + ", 报告: ${reportUrl}";
String failedContext = "${operator}执行接口自动化失败: ${name}" + ", 报告: ${reportUrl}";
if (StringUtils.equals(ReportTriggerMode.API.name(), report.getTriggerMode())) {
subject = Translator.get("task_notification_jenkins");