From e9adb3641f4035de217e28f02ae99c876fec8bd1 Mon Sep 17 00:00:00 2001 From: Paul Tavares Date: Mon, 8 Jun 2020 17:10:12 -0400 Subject: [PATCH] Remove unneeded ts-ignore --- x-pack/test/functional_endpoint/services/endpoint_policy.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional_endpoint/services/endpoint_policy.ts b/x-pack/test/functional_endpoint/services/endpoint_policy.ts index 3820b5737e6e8..f674c66091e0a 100644 --- a/x-pack/test/functional_endpoint/services/endpoint_policy.ts +++ b/x-pack/test/functional_endpoint/services/endpoint_policy.ts @@ -74,8 +74,7 @@ export function EndpointPolicyTestResourcesProvider({ getService }: FtrProviderC logSupertestApiErrorAndThrow('Unable to get full Agent Configuration', error); } - // @ts-ignore - return fullAgentConfig; + return fullAgentConfig!; }, /**