update test message

This commit is contained in:
liugq 2023-08-06 16:09:35 +08:00
parent efad6c4a2e
commit f22c5cb380
1 changed files with 1 additions and 1 deletions

View File

@ -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(),