From 9ba4ef4851958f163461dc8f655307be6e2b65c3 Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Mon, 4 May 2020 12:29:39 -0700 Subject: [PATCH] comment note --- x-pack/test/reporting/api/usage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/reporting/api/usage.ts b/x-pack/test/reporting/api/usage.ts index e13d77c251502..6473168f03200 100644 --- a/x-pack/test/reporting/api/usage.ts +++ b/x-pack/test/reporting/api/usage.ts @@ -19,7 +19,7 @@ export default function({ getService }: FtrProviderContext) { afterEach(() => reportingAPI.deleteAllReportingIndexes()); describe('initial state', () => { - let usage: any; + let usage: any; // FIXME after https://github.com/elastic/kibana/pull/64841 is merged use ReportingUsageType before(async () => { usage = await usageAPI.getUsageStats();