Skip to content

Commit

Permalink
removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Apr 30, 2020
1 parent e4cd3dd commit 69825e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions x-pack/test/api_integration/apis/infra/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 69825e8

Please sign in to comment.