mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:12:22 +08:00
Alerting: golint fixes for alerting (#17246)
This commit is contained in:
@ -17,7 +17,7 @@ import (
|
||||
|
||||
func TestEngineTimeouts(t *testing.T) {
|
||||
Convey("Alerting engine timeout tests", t, func() {
|
||||
engine := &AlertingService{}
|
||||
engine := &AlertEngine{}
|
||||
engine.Init()
|
||||
setting.AlertingNotificationTimeout = 30 * time.Second
|
||||
setting.AlertingMaxAttempts = 3
|
||||
|
Reference in New Issue
Block a user