From 7adcd9d82388fd459aff1847cc56c0d98ec386c7 Mon Sep 17 00:00:00 2001 From: Zacqary Xeper Date: Thu, 9 Jul 2020 17:05:03 -0500 Subject: [PATCH] Fix test --- .../alerting/metric_threshold/metric_threshold_executor.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts b/x-pack/plugins/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts index c9a0167f88691..914a09355d554 100644 --- a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts +++ b/x-pack/plugins/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts @@ -381,7 +381,6 @@ const mockLibs: any = { const executor = createMetricThresholdExecutor(mockLibs) as (opts: { params: AlertExecutorOptions['params']; services: { callCluster: AlertExecutorOptions['params']['callCluster'] }; - alertId: AlertExecutorOptions['alertId']; }) => Promise; const services: AlertServicesMock = alertsMock.createAlertServices();