Commit 38f6aa0f authored by Vitali Tatarintev's avatar Vitali Tatarintev

Fix deprecation warning

 > Using the last argument as keyword parameters is deprecated;
 > maybe ** should be added to the call
parent c33201cc
......@@ -12,7 +12,7 @@ module AlertManagement
delegate :metrics_dashboard_url, :runbook, to: :parsed_payload
def initialize(alert, _attributes = {})
def initialize(alert, **attributes)
super
@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