Commit 983d0331 authored by Pawel Chojnacki's avatar Pawel Chojnacki

fix service generic tests

parent 81384a6d
module Gitlab
PrometheusError = Class.new(StandardError)
end
class PrometheusService < MonitoringService class PrometheusService < MonitoringService
include ReactiveService include ReactiveService
...@@ -47,6 +43,7 @@ class PrometheusService < MonitoringService ...@@ -47,6 +43,7 @@ class PrometheusService < MonitoringService
[ [
{ {
type: 'fieldset', type: 'fieldset',
name: 'manual_configuration',
legend: 'Manual Configuration', legend: 'Manual Configuration',
fields: [ fields: [
{ {
......
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