enable manual configuration property for all test prometheus services

This commit is contained in:
Pawel Chojnacki 2018-01-30 11:32:47 +01:00
parent 983d033135
commit 89eb622273

View file

@ -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