Skip to content

Commit ac2e520

Browse files
committed
updated snapshots
1 parent 3074ed4 commit ac2e520

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ describe('status check alert', () => {
8888
Object {
8989
"callES": [MockFunction],
9090
"dynamicSettings": Object {
91+
"certificatesThresholds": Object {
92+
"errorState": 7,
93+
"warningState": 30,
94+
},
9195
"heartbeatIndices": "heartbeat-8*",
9296
},
9397
"locations": Array [],
@@ -131,6 +135,10 @@ describe('status check alert', () => {
131135
Object {
132136
"callES": [MockFunction],
133137
"dynamicSettings": Object {
138+
"certificatesThresholds": Object {
139+
"errorState": 7,
140+
"warningState": 30,
141+
},
134142
"heartbeatIndices": "heartbeat-8*",
135143
},
136144
"locations": Array [],

0 commit comments

Comments
 (0)