From 440f14e26ebc14c69b2398e62e131976894eb29b Mon Sep 17 00:00:00 2001 From: Yuliia Naumenko Date: Mon, 4 Oct 2021 21:00:55 -0700 Subject: [PATCH] Update plugin.test.ts --- x-pack/plugins/alerting/server/plugin.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/alerting/server/plugin.test.ts b/x-pack/plugins/alerting/server/plugin.test.ts index 8f789a9cc181c..6419a3ccc5c90 100644 --- a/x-pack/plugins/alerting/server/plugin.test.ts +++ b/x-pack/plugins/alerting/server/plugin.test.ts @@ -149,7 +149,7 @@ describe('Alerting Plugin', () => { const ruleType = { ...sampleAlertType, minimumLicenseRequired: 'basic', - } as AlertType; + } as AlertType; await setup.registerType(ruleType); expect(ruleType.ruleTaskTimeout).toBe('5m'); });