From e7e5b60cbb0f99ff3ff3f2a1f3e4f46fadcfd070 Mon Sep 17 00:00:00 2001 From: Alirie Gray Date: Thu, 5 Sep 2019 14:31:15 -0700 Subject: [PATCH] test(alerts): update time in pagerduty test --- notification/rule/pagerduty_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification/rule/pagerduty_test.go b/notification/rule/pagerduty_test.go index fe2ff60397..d99ec8e147 100644 --- a/notification/rule/pagerduty_test.go +++ b/notification/rule/pagerduty_test.go @@ -26,7 +26,7 @@ notification = { _notification_endpoint_id: "0000000000000002", _notification_endpoint_name: "foo", } -statuses = monitor.from(start: -1h, fn: (r) => +statuses = monitor.from(start: -2h, fn: (r) => (r.foo == "bar" and r.baz == "bang")) statuses