Skip to content

Commit

Permalink
Fix another unused var in endpoint test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Feb 15, 2022
1 parent d192922 commit 840c4ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const testSubjects = getService('testSubjects');
const browser = getService('browser');
const endpointTestResources = getService('endpointTestResources');
const policyTestResources = getService('policyTestResources');

const expectedData = [
[
Expand Down

0 comments on commit 840c4ec

Please sign in to comment.