Skip to content

Commit 7267981

Browse files
committed
Fixing lint errors
1 parent 418f86e commit 7267981

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

x-pack/platform/test/functional/page_objects/reporting_page.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import expect from '@kbn/expect';
99
import fs from 'fs';
1010
import path from 'path';
1111
import type SuperTest from 'supertest';
12-
import { format as formatUrl } from 'url';
1312
import { promisify } from 'util';
1413

1514
import { INTERNAL_ROUTES, REPORT_TABLE_ID, REPORT_TABLE_ROW_ID } from '@kbn/reporting-common';
@@ -20,7 +19,6 @@ const mkdirAsync = promisify(fs.mkdir);
2019

2120
export class ReportingPageObject extends FtrService {
2221
private readonly browser = this.ctx.getService('browser');
23-
private readonly config = this.ctx.getService('config');
2422
private readonly log = this.ctx.getService('log');
2523
private readonly retry = this.ctx.getService('retry');
2624
private readonly security = this.ctx.getService('security');

0 commit comments

Comments
 (0)