We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cd3dd commit 69825e8Copy full SHA for 69825e8
1 file changed
x-pack/test/api_integration/apis/infra/metadata.ts
@@ -29,11 +29,6 @@ const timeRange800withAws = {
29
to: DATES[`8.0.0`].logs_and_metrics_with_aws.max,
30
};
31
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
-
37
export default function({ getService }: FtrProviderContext) {
38
const esArchiver = getService('esArchiver');
39
const supertest = getService('supertest');
0 commit comments