mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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