Skip to content

Commit

Permalink
fixed alert type list test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Nov 30, 2020
1 parent 09732bd commit 4c20c3b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ export default function listAlertTypes({ getService }: FtrProviderContext) {
const expectedRestrictedNoOpType = {
actionGroups: [
{ id: 'default', name: 'Default' },
{ id: 'recovered', name: 'Restricted Recovery' },
{ id: 'restrictedRecovered', name: 'Restricted Recovery' },
],
recoveryActionGroup: {
id: 'restrictedRecovered',
name: 'Restricted Recovery',
},
defaultActionGroupId: 'default',
id: 'test.restricted-noop',
name: 'Test: Restricted Noop',
Expand Down

0 comments on commit 4c20c3b

Please sign in to comment.