Skip to content

Commit 69825e8

Browse files
committed
removing unused variable
1 parent e4cd3dd commit 69825e8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

x-pack/test/api_integration/apis/infra/metadata.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ const timeRange800withAws = {
2929
to: DATES[`8.0.0`].logs_and_metrics_with_aws.max,
3030
};
3131

32-
const timeRange800 = {
33-
from: DATES['8.0.0'].logs_and_metrics.min,
34-
to: DATES[`8.0.0`].logs_and_metrics.max,
35-
};
36-
3732
export default function({ getService }: FtrProviderContext) {
3833
const esArchiver = getService('esArchiver');
3934
const supertest = getService('supertest');

0 commit comments

Comments
 (0)