Correct name of Discord notifier tests (#31277)

This commit is contained in:
Levi Harrison 2021-02-17 11:24:07 -05:00 committed by GitHub
parent 6c2cf42a05
commit e0a6854c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 := `{ }`