File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugins/uptime/server/lib/alerts/__tests__ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ describe('status check alert', () => {
8888 Object {
8989 "callES": [MockFunction],
9090 "dynamicSettings": Object {
91- "heartbeatIndices": "heartbeat-7*",
9291 "certificatesThresholds": Object {
9392 "errorState": 7,
9493 "warningState": 30,
9594 },
95+ "heartbeatIndices": "heartbeat-7*",
9696 },
9797 "locations": Array [],
9898 "numTimes": 5,
@@ -135,11 +135,11 @@ describe('status check alert', () => {
135135 Object {
136136 "callES": [MockFunction],
137137 "dynamicSettings": Object {
138- "heartbeatIndices": "heartbeat-7*",
139138 "certificatesThresholds": Object {
140139 "errorState": 7,
141140 "warningState": 30,
142141 },
142+ "heartbeatIndices": "heartbeat-7*",
143143 },
144144 "locations": Array [],
145145 "numTimes": 5,
You can’t perform that action at this time.
0 commit comments