Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-02 21:08:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-02 21:08:56 +0300
commite72b53e81e9913fc799375326b088ddcd407bcea (patch)
tree411c977739a635949c83fb312195ee5d75227d90 /spec/factories/prometheus_metrics.rb
parent62f486eb359932d8ec32ee6456148f9c477c52e9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/factories/prometheus_metrics.rb')
-rw-r--r--spec/factories/prometheus_metrics.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/prometheus_metrics.rb b/spec/factories/prometheus_metrics.rb
index 83e3845f1c3..503d392a524 100644
--- a/spec/factories/prometheus_metrics.rb
+++ b/spec/factories/prometheus_metrics.rb
@@ -9,6 +9,7 @@ FactoryBot.define do
group { :business }
project
legend { 'legend' }
+ dashboard_path { '.gitlab/dashboards/dashboard_path.yml'}
trait :common do
common { true }