From 9ef4ff067aea001bc153df68433dc7debbcf872b Mon Sep 17 00:00:00 2001 From: Yuliia Naumenko Date: Fri, 4 Dec 2020 21:52:12 -0800 Subject: [PATCH] fixed tests --- x-pack/plugins/alerts/server/alert_type_registry.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugins/alerts/server/alert_type_registry.ts b/x-pack/plugins/alerts/server/alert_type_registry.ts index a3e80fbd6c11a..e7571a71eb321 100644 --- a/x-pack/plugins/alerts/server/alert_type_registry.ts +++ b/x-pack/plugins/alerts/server/alert_type_registry.ts @@ -146,6 +146,7 @@ export class AlertTypeRegistry { defaultActionGroupId, actionVariables, producer, + minimumLicenseRequired, }, ]: [string, NormalizedAlertType]) => ({ id, @@ -155,6 +156,7 @@ export class AlertTypeRegistry { defaultActionGroupId, actionVariables, producer, + minimumLicenseRequired, }) ) );