Commit 89eb6222 authored by Pawel Chojnacki's avatar Pawel Chojnacki

enable manual configuration property for all test prometheus services

parent 983d0331
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment