From f22c5cb38024b6baf58cba587840b1d61682d743 Mon Sep 17 00:00:00 2001 From: liugq Date: Sun, 6 Aug 2023 16:09:35 +0800 Subject: [PATCH] update test message --- plugin/api/alerting/channel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/api/alerting/channel.go b/plugin/api/alerting/channel.go index 88079552..143b9810 100644 --- a/plugin/api/alerting/channel.go +++ b/plugin/api/alerting/channel.go @@ -263,7 +263,7 @@ func (h *AlertAPI) testChannel(w http.ResponseWriter, req *http.Request, ps http firstGrpValue := global.MustLookupString(elastic.GlobalSystemElasticsearchID) ctx := map[string]interface{}{ "title": "INFINI platform test alert message", - "message": "This is just a test email, do not reply!", + "message": "This is just a test message, do not reply!", "rule_id": util.GetUUID(), "rule_name": "test rule", "resource_id": util.GetUUID(),