From 69825e87da63ece9defe10ad778199e96a1e7f55 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Thu, 30 Apr 2020 13:07:47 -0700 Subject: [PATCH] removing unused variable --- x-pack/test/api_integration/apis/infra/metadata.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/x-pack/test/api_integration/apis/infra/metadata.ts b/x-pack/test/api_integration/apis/infra/metadata.ts index e4a352bd93ca6..d3551a139bf17 100644 --- a/x-pack/test/api_integration/apis/infra/metadata.ts +++ b/x-pack/test/api_integration/apis/infra/metadata.ts @@ -29,11 +29,6 @@ const timeRange800withAws = { to: DATES[`8.0.0`].logs_and_metrics_with_aws.max, }; -const timeRange800 = { - from: DATES['8.0.0'].logs_and_metrics.min, - to: DATES[`8.0.0`].logs_and_metrics.max, -}; - export default function({ getService }: FtrProviderContext) { const esArchiver = getService('esArchiver'); const supertest = getService('supertest');