summaryrefslogtreecommitdiff
path: root/spec/factories/prometheus_metrics.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 18:07:52 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-09 18:07:52 +0000
commit6c15c18fa455502bf0b80316390eefde40d42a8a (patch)
treeb42af022a747fd580a09f36b0e60a9f53ed7b25c /spec/factories/prometheus_metrics.rb
parent263f926c770163788f78af03ab69689c94f57360 (diff)
downloadgitlab-ce-6c15c18fa455502bf0b80316390eefde40d42a8a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/prometheus_metrics.rb')
-rw-r--r--spec/factories/prometheus_metrics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/prometheus_metrics.rb b/spec/factories/prometheus_metrics.rb
index f6b58cf84c3..83e3845f1c3 100644
--- a/spec/factories/prometheus_metrics.rb
+++ b/spec/factories/prometheus_metrics.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
FactoryBot.define do
- factory :prometheus_metric, class: PrometheusMetric do
+ factory :prometheus_metric, class: 'PrometheusMetric' do
title { 'title' }
query { 'avg(metric)' }
y_label { 'y_label' }