Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrimi committed May 8, 2018
1 parent 03621fa commit 9c00026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onelogin/ruby-saml/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Response < SamlMessage
# or :matches_request_id that will validate that the response matches the ID of the request,
# or skip the subject confirmation validation with the :skip_subject_confirmation option
# or skip the recipient validation of the subject confirmation element with :skip_recipient_check option
def initialize(response, options = {:allowed_clock_drift=120})
def initialize(response, options = {allowed_clock_drift:120})
raise ArgumentError.new("Response cannot be nil") if response.nil?

@errors = []
Expand Down

0 comments on commit 9c00026

Please sign in to comment.