mirror of
https://github.com/grafana/grafana.git
synced 2024-12-30 10:47:30 -06:00
Correct name of Discord notifier tests (#31277)
This commit is contained in:
parent
6c2cf42a05
commit
e0a6854c36
@ -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 := `{ }`
|
||||
|
Loading…
Reference in New Issue
Block a user