summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-25 06:09:07 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-25 06:09:07 +0000
commit7e3005967df23a957fe1998c8de4f50b412e69e7 (patch)
treefd836107b2035a19fbe8e296380446748f2c07c3 /spec
parenta8c82a6395ed62380b9061a26d92e41d46c2877e (diff)
downloadgitlab-ce-7e3005967df23a957fe1998c8de4f50b412e69e7.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec')
-rw-r--r--spec/support/helpers/metrics_dashboard_url_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/metrics_dashboard_url_helpers.rb b/spec/support/helpers/metrics_dashboard_url_helpers.rb
index 5809f152e3e..cb9f58753a3 100644
--- a/spec/support/helpers/metrics_dashboard_url_helpers.rb
+++ b/spec/support/helpers/metrics_dashboard_url_helpers.rb
@@ -9,7 +9,7 @@ module MetricsDashboardUrlHelpers
end
def clear_host_from_memoized_variables
- [:metrics_regex, :grafana_regex, :cluster_metrics, :alerts_regex].each do |method_name|
+ [:metrics_regex, :grafana_regex, :clusters_regex, :alert_regex].each do |method_name|
Gitlab::Metrics::Dashboard::Url.clear_memoization(method_name)
end
end