diff --git a/pkg/api/core/tool/notification/slack.go b/pkg/api/core/tool/notification/slack.go index aa0d7003..0aa7386d 100644 --- a/pkg/api/core/tool/notification/slack.go +++ b/pkg/api/core/tool/notification/slack.go @@ -26,7 +26,6 @@ func SendSlack(data Slack) { Username: tmp.Name, Channel: tmp.Channel, Attachments: []slack.Attachment{data.Attachment}, - Text: "# test ```test```", Markdown: true, } err := slack.Send(tmp.WebHookUrl, "", payload)