From 79b4ece4c95350e708986a26df7d3a68b1a32827 Mon Sep 17 00:00:00 2001 From: klacabane Date: Thu, 14 Oct 2021 17:05:07 +0200 Subject: [PATCH] remove unused service --- .../test/functional/apps/monitoring/enable_monitoring/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js b/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js index c47d9a5fdd4806..cce6401453d216 100644 --- a/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js +++ b/x-pack/test/functional/apps/monitoring/enable_monitoring/index.js @@ -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');