From dc2839f7c547b3edf2fd678b014189b2d82433d7 Mon Sep 17 00:00:00 2001 From: shahzad Date: Wed, 22 Apr 2020 18:10:34 +0200 Subject: [PATCH] up snapshots --- .../uptime/server/lib/alerts/__tests__/status_check.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/uptime/server/lib/alerts/__tests__/status_check.test.ts b/x-pack/plugins/uptime/server/lib/alerts/__tests__/status_check.test.ts index f94b3f7545fb3..55c8a69df6c4c 100644 --- a/x-pack/plugins/uptime/server/lib/alerts/__tests__/status_check.test.ts +++ b/x-pack/plugins/uptime/server/lib/alerts/__tests__/status_check.test.ts @@ -88,11 +88,11 @@ describe('status check alert', () => { Object { "callES": [MockFunction], "dynamicSettings": Object { - "heartbeatIndices": "heartbeat-7*", "certificatesThresholds": Object { "errorState": 7, "warningState": 30, }, + "heartbeatIndices": "heartbeat-7*", }, "locations": Array [], "numTimes": 5, @@ -135,11 +135,11 @@ describe('status check alert', () => { Object { "callES": [MockFunction], "dynamicSettings": Object { - "heartbeatIndices": "heartbeat-7*", "certificatesThresholds": Object { "errorState": 7, "warningState": 30, }, + "heartbeatIndices": "heartbeat-7*", }, "locations": Array [], "numTimes": 5,