Skip to content

Commit

Permalink
Should use an argument in http_digest_authentication_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyj committed Mar 17, 2012
1 parent cb0585e commit 131083b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,6 @@ def encode_credentials(options)
end

def decode_credentials(header)
ActionController::HttpAuthentication::Digest.decode_credentials(@response.headers['WWW-Authenticate'])
ActionController::HttpAuthentication::Digest.decode_credentials(header)
end
end

0 comments on commit 131083b

Please sign in to comment.