Skip to content

Commit

Permalink
Update packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action…
Browse files Browse the repository at this point in the history
…_type_enabled.test.ts

Co-authored-by: Antonio <[email protected]>
  • Loading branch information
georgianaonoleata1904 and adcoelho authored Nov 6, 2024
1 parent 70ea779 commit 4d06fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('checkActionTypeEnabled', () => {
}
`);
});
test('preconfigured connectors: returns isEnabled: true when action tupe is disabled by config', async () => {
test('checkActionTypeEnabled returns true when actionType is disabled by config', async () => {
const actionType: ActionType = {
id: '1',
minimumLicenseRequired: 'basic',
Expand Down

0 comments on commit 4d06fc9

Please sign in to comment.