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 ...@@ -243,7 +243,8 @@ FactoryBot.define do
project.create_prometheus_service( project.create_prometheus_service(
active: true, active: true,
properties: { properties: {
api_url: 'https://prometheus.example.com' api_url: 'https://prometheus.example.com',
manual_configuration: true
} }
) )
end 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