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
1 changed files with 2 additions and 1 deletions

View File

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