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,