Skip to content

Commit

Permalink
fix unused
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Nov 2, 2021
1 parent 26f214c commit f4822c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const parseApiJSON = (apiResponseText: string): { job: ReportApiJSON; path: stri

// eslint-disable-next-line import/no-default-export
export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const supertestNoAuth = getService('supertestWithoutAuth');
const reportingAPI = getService('reportingAPI');

Expand Down

0 comments on commit f4822c8

Please sign in to comment.