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:
authorPawel Chojnacki <pawel@chojnacki.ws>2018-01-17 14:06:34 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2018-01-17 14:06:34 +0300
commit3727dfcd439f6224aa359e961fd6c0920e80718b (patch)
tree269c14043c39c156223c814f04f509c537515306 /spec/factories
parentb0d784a4e7678217c3f1a7e771b3946fe6df5ec6 (diff)
add manual_configuration to prometheus_service factory to enable it by default
Diffstat (limited to 'spec/factories')
-rw-r--r--spec/factories/services.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/services.rb b/spec/factories/services.rb
index 110ef33c6f7..faedcc38c8d 100644
--- a/spec/factories/services.rb
+++ b/spec/factories/services.rb
@@ -30,6 +30,7 @@ FactoryBot.define do
project
active true
properties({
+ manual_configuration: true,
api_url: 'https://prometheus.example.com/'
})
end