Skip to content

Commit ad19fea

Browse files
author
Aaron Caldwell
committed
Update test
1 parent c43b646 commit ad19fea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x-pack/plugins/stack_alerts/server/alert_types/geo_containment/tests/alert_type.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ describe('alertType', () => {
1818
expect(alertType.actionGroups).toEqual([
1919
{ id: 'Tracked entity contained', name: 'Tracking containment met' },
2020
]);
21+
expect(alertType.recoveryActionGroup).toEqual({
22+
id: 'notGeoContained',
23+
name: 'No longer contained',
24+
});
2125

2226
expect(alertType.actionVariables).toMatchSnapshot();
2327
});

0 commit comments

Comments
 (0)