Commit 7607695a authored by Sean Arnold's avatar Sean Arnold

Remove freeze from constants

parent 58dcc5b2
......@@ -5,8 +5,8 @@ module Gitlab
class NotificationPayloadParser
BadPayloadError = Class.new(StandardError)
DEFAULT_TITLE = 'New: Incident'.freeze
DEFAULT_SEVERITY = 'critical'.freeze
DEFAULT_TITLE = 'New: Incident'
DEFAULT_SEVERITY = 'critical'
def initialize(payload)
@payload = payload.to_h.with_indifferent_access
......
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