From 4761eb609508fd21e6d776a88c9ff958dbc816d8 Mon Sep 17 00:00:00 2001 From: John Schulz Date: Fri, 26 Jun 2020 15:40:38 -0400 Subject: [PATCH] Fix bad merge. Match master. --- x-pack/test/security_solution_endpoint/services/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/test/security_solution_endpoint/services/index.ts b/x-pack/test/security_solution_endpoint/services/index.ts index 9d17702529e44..7eecae41aae4a 100644 --- a/x-pack/test/security_solution_endpoint/services/index.ts +++ b/x-pack/test/security_solution_endpoint/services/index.ts @@ -4,14 +4,12 @@ * you may not use this file except in compliance with the Elastic License. */ -import { services as apiIntegrationServices } from '../../api_integration/services'; import { services as xPackFunctionalServices } from '../../functional/services'; import { EndpointPolicyTestResourcesProvider } from './endpoint_policy'; import { IngestManagerProvider } from '../../common/services/ingest_manager'; export const services = { ...xPackFunctionalServices, - ingestManager: apiIntegrationServices.ingestManager, policyTestResources: EndpointPolicyTestResourcesProvider, ingestManager: IngestManagerProvider, };