Skip to content

Commit

Permalink
remove uneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Jun 18, 2020
1 parent 57c2c1d commit f67bb35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const policyTestResources = getService('policyTestResources');
const RELATIVE_DATE_FORMAT = /\d (?:seconds|minutes) ago/i;
const retry = getService('retry');

describe('When on the Endpoint Policy List', function () {
this.tags(['ciGroup7']);
Expand Down

0 comments on commit f67bb35

Please sign in to comment.