Skip to content

Commit dc2839f

Browse files
committed
up snapshots
1 parent 13c6ce2 commit dc2839f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugins/uptime/server/lib/alerts/__tests__/status_check.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)