Browse Source

Correcting NewAlertingRule args

Signed-off-by: Danny Kopping <danny.kopping@grafana.com>
pull/11826/head
Danny Kopping 2 years ago
parent
commit
98c70e1817
No known key found for this signature in database
GPG Key ID: 41DF981954E816FD
  1. 1
      rules/alerting_test.go

1
rules/alerting_test.go

@ -916,6 +916,7 @@ func TestAlertingEvalWithOrigin(t *testing.T) {
rule := NewAlertingRule(
name,
expr,
time.Second,
time.Minute,
lbs,
nil,

Loading…
Cancel
Save