Commit 442cddde authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'ld-fix-broken-master-update-service-spec' into 'master'

Fix broken master by updating expected params

See merge request gitlab-org/gitlab!25079
parents 1b6bb9f2 ed079407
......@@ -304,7 +304,6 @@ describe Projects::Operations::UpdateService do
"title" => nil,
"active" => true,
"properties" => { "api_url" => "http://example.prometheus.com", "manual_configuration" => "0" },
"instance" => false,
"push_events" => true,
"issues_events" => true,
"merge_requests_events" => true,
......@@ -320,7 +319,8 @@ describe Projects::Operations::UpdateService do
"confidential_note_events" => true,
"deployment_events" => false,
"description" => nil,
"comment_on_event_enabled" => true
"comment_on_event_enabled" => true,
"template" => false
}
end
let(:params) do
......
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