summaryrefslogtreecommitdiff
path: root/spec/support/helpers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-27 06:13:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-27 06:13:06 +0000
commit3fbe43541ef99c27a9e4ab9c545ec0eb9bb50a9e (patch)
treedf71ce391f93b65a4f44fa719c8def2b9e45d40f /spec/support/helpers
parent0e1350d51ca2135e37743dfb7af98eae43c72892 (diff)
downloadgitlab-ce-3fbe43541ef99c27a9e4ab9c545ec0eb9bb50a9e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/helpers')
-rw-r--r--spec/support/helpers/metrics_dashboard_helpers.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/support/helpers/metrics_dashboard_helpers.rb b/spec/support/helpers/metrics_dashboard_helpers.rb
index a384e44f428..417baeda33a 100644
--- a/spec/support/helpers/metrics_dashboard_helpers.rb
+++ b/spec/support/helpers/metrics_dashboard_helpers.rb
@@ -49,8 +49,4 @@ module MetricsDashboardHelpers
def business_metric_title
Enums::PrometheusMetric.group_details[:business][:group_title]
end
-
- def self_monitoring_dashboard_path
- Metrics::Dashboard::SelfMonitoringDashboardService::DASHBOARD_PATH
- end
end