From e0a6854c36e4c072c68f3948b24c4e2de1115e47 Mon Sep 17 00:00:00 2001 From: Levi Harrison <54278938+LeviHarrison@users.noreply.github.com> Date: Wed, 17 Feb 2021 11:24:07 -0500 Subject: [PATCH] Correct name of Discord notifier tests (#31277) --- pkg/services/alerting/notifiers/discord_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/services/alerting/notifiers/discord_test.go b/pkg/services/alerting/notifiers/discord_test.go index f31027b2512..fe373c42d1f 100644 --- a/pkg/services/alerting/notifiers/discord_test.go +++ b/pkg/services/alerting/notifiers/discord_test.go @@ -9,7 +9,7 @@ import ( ) func TestDiscordNotifier(t *testing.T) { - Convey("Telegram notifier tests", t, func() { + Convey("Discord notifier tests", t, func() { Convey("Parsing alert notification from settings", func() { Convey("empty settings should return error", func() { json := `{ }`