Skip to content

Commit

Permalink
comment note
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed May 4, 2020
1 parent 5d61de7 commit 9ba4ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/reporting/api/usage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9ba4ef4

Please sign in to comment.