Commit a57e6a8b authored by kushalpandya's avatar kushalpandya

Add support for Prometheus Service

parent a2b68693
...@@ -25,6 +25,14 @@ FactoryGirl.define do ...@@ -25,6 +25,14 @@ FactoryGirl.define do
}) })
end end
factory :prometheus_service do
project factory: :empty_project
active true
properties({
api_url: 'https://prometheus.example.com/'
})
end
factory :jira_service do factory :jira_service do
project factory: :empty_project project factory: :empty_project
active true active true
......
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