Skip to content

Commit

Permalink
remove unused service
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Oct 14, 2021
1 parent 744e5de commit 79b4ece
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default function ({ getService, getPageObjects }) {
const PageObjects = getPageObjects(['monitoring', 'common', 'header']);
const esSupertest = getService('esSupertest');
const noData = getService('monitoringNoData');
const testSubjects = getService('testSubjects');
const clusterOverview = getService('monitoringClusterOverview');
const retry = getService('retry');
const esDeleteAllIndices = getService('esDeleteAllIndices');
Expand Down

0 comments on commit 79b4ece

Please sign in to comment.