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:
parent
cb0585eabe
commit
131083b819
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue