Skip to content

Commit

Permalink
Fix FTR rule type
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Sep 7, 2023
1 parent 351c7cc commit 5e846c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function listRuleTypes({ getService }: FtrProviderContext) {
hasFieldsForAAD: false,
hasAlertsMappings: false,
ruleTaskTimeout: '5m',
valid_legacy_consumers: ['alerts'],
validLegacyConsumers: ['alerts'],
});
expect(Object.keys(authorizedConsumers)).to.contain('alertsFixture');
});
Expand Down

0 comments on commit 5e846c9

Please sign in to comment.