From 839463f631dc6be6a091c30dec41734d7a7e2d16 Mon Sep 17 00:00:00 2001 From: Gidi Meir Morris Date: Tue, 10 Nov 2020 18:47:52 +0000 Subject: [PATCH] fixed import --- .../tests/alerting/builtin_alert_types/index_threshold/alert.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/builtin_alert_types/index_threshold/alert.ts b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/builtin_alert_types/index_threshold/alert.ts index ed166227e15da..ec0b5ef20145e 100644 --- a/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/builtin_alert_types/index_threshold/alert.ts +++ b/x-pack/test/alerting_api_integration/spaces_only/tests/alerting/builtin_alert_types/index_threshold/alert.ts @@ -15,7 +15,7 @@ import { ObjectRemover, } from '../../../../../common/lib'; import { createEsDocuments } from './create_test_data'; -import { getAlertType } from '../../../../../../../plugins/stack_alerts/public/alert_types/threshold/'; +import { getAlertType } from '../../../../../../../plugins/stack_alerts/public/alert_types/threshold'; const ALERT_TYPE_ID = '.index-threshold'; const ACTION_TYPE_ID = '.index';