1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Should use an argument in http_digest_authentication_test.rb

This commit is contained in:
kennyj 2012-03-17 20:23:28 +09:00
parent cb0585eabe
commit 131083b819

View file

@ -274,6 +274,6 @@ class HttpDigestAuthenticationTest < ActionController::TestCase
end
def decode_credentials(header)
ActionController::HttpAuthentication::Digest.decode_credentials(@response.headers['WWW-Authenticate'])
ActionController::HttpAuthentication::Digest.decode_credentials(header)
end
end