lib/saml/kit/logout_response.rb in saml-kit-1.0.6 vs lib/saml/kit/logout_response.rb in saml-kit-1.0.7

- old
+ new

@@ -8,10 +8,10 @@ class LogoutResponse < Document include Respondable def initialize(xml, request_id: nil, configuration: Saml::Kit.configuration) @request_id = request_id - super(xml, name: "LogoutResponse", configuration: configuration) + super(xml, name: 'LogoutResponse', configuration: configuration) end end end end