Commit c938349f authored by Sean Arnold's avatar Sean Arnold

Fix specs and syntax

- Add changlog
parent 7e70ed4c
......@@ -81,7 +81,7 @@ class AlertsService < Service
end
def update_http_integration
return unless type == 'AlertsService'
return unless project_id && type == 'AlertsService'
AlertManagement::SyncAlertServiceDataService # rubocop: disable CodeReuse/ServiceClass
.new(self)
......
......@@ -2,7 +2,6 @@
module AlertManagement
class SyncAlertServiceDataService
# @param alert_service [AlertsService]
def initialize(alert_service)
@alert_service = alert_service
......
---
title: Migrate Alert Service to HTTP Integrations model
merge_request: 46188
author:
type: added
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