Commit 2108e82d authored by Peter Leitzen's avatar Peter Leitzen

Merge branch 'ck3g-fix-kwargs-deprection-warning-for-alert-management' into 'master'

Fix deprecation warning in `AlertManagement::AlertPresenter`

See merge request gitlab-org/gitlab!43851
parents e59d9236 38f6aa0f
...@@ -12,7 +12,7 @@ module AlertManagement ...@@ -12,7 +12,7 @@ module AlertManagement
delegate :metrics_dashboard_url, :runbook, to: :parsed_payload delegate :metrics_dashboard_url, :runbook, to: :parsed_payload
def initialize(alert, _attributes = {}) def initialize(alert, **attributes)
super super
@alert = alert @alert = alert
......
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