enable manual configuration property for all test prometheus services
This commit is contained in:
parent
983d033135
commit
89eb622273
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue