From 4d06fc9f909327d4d3fb685415f3b771c5b527ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georgiana-Andreea=20Onolea=C8=9B=C4=83?= Date: Wed, 6 Nov 2024 13:48:04 +0200 Subject: [PATCH] Update packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.test.ts Co-authored-by: Antonio --- .../src/rule_form/utils/check_action_type_enabled.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.test.ts b/packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.test.ts index 3a0f6c887cfea..7794f83825c76 100644 --- a/packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.test.ts +++ b/packages/kbn-alerts-ui-shared/src/rule_form/utils/check_action_type_enabled.test.ts @@ -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',