mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Correcting NewAlertingRule args
Signed-off-by: Danny Kopping <danny.kopping@grafana.com>
This commit is contained in:
parent
df078e0a84
commit
98c70e1817
|
@ -916,6 +916,7 @@ func TestAlertingEvalWithOrigin(t *testing.T) {
|
|||
rule := NewAlertingRule(
|
||||
name,
|
||||
expr,
|
||||
time.Second,
|
||||
time.Minute,
|
||||
lbs,
|
||||
nil,
|
||||
|
|
Loading…
Reference in a new issue