Commit e0a6854c by Levi Harrison Committed by GitHub

Correct name of Discord notifier tests (#31277)

parent 6c2cf42a
...@@ -9,7 +9,7 @@ import ( ...@@ -9,7 +9,7 @@ import (
) )
func TestDiscordNotifier(t *testing.T) { 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("Parsing alert notification from settings", func() {
Convey("empty settings should return error", func() { Convey("empty settings should return error", func() {
json := `{ }` json := `{ }`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment