Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Oct 28, 2024
1 parent 5aaf351 commit 94852b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export function EndpointPolicyTestResourcesProvider({ getService }: FtrProviderC
const supertest = getService('supertest');
const log = getService('log');
const retry = getService('retry');
const kbnClient = getService('kibanaServer');

const logSupertestApiErrorAndThrow = (message: string, error: any): never => {
const responseBody = error?.response?.body;
Expand Down

0 comments on commit 94852b3

Please sign in to comment.