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-30 13:32:47 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2018-01-30 13:32:47 +0300
commit89eb6222738f215e81df1c54f82e44050c2b0fe4 (patch)
tree20e6f0237b4bf766fc35aa5fd63a5d3ab09c9c85 /spec/factories/projects.rb
parent983d03313517a948ceb41cd94ffedf4c8d9d3957 (diff)
enable manual configuration property for all test prometheus services
Diffstat (limited to 'spec/factories/projects.rb')
-rw-r--r--spec/factories/projects.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/factories/projects.rb b/spec/factories/projects.rb
index d0f3911f730..1dec4eb6c04 100644
--- a/spec/factories/projects.rb
+++ b/spec/factories/projects.rb
@@ -243,7 +243,8 @@ FactoryBot.define do
project.create_prometheus_service(
active: true,
properties: {
- api_url: 'https://prometheus.example.com'
+ api_url: 'https://prometheus.example.com',
+ manual_configuration: true
}
)
end