From 131083b819dba92b7e4b243996cc1b7e4ae23103 Mon Sep 17 00:00:00 2001 From: kennyj Date: Sat, 17 Mar 2012 20:23:28 +0900 Subject: Should use an argument in http_digest_authentication_test.rb --- actionpack/test/controller/http_digest_authentication_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/test/controller/http_digest_authentication_test.rb b/actionpack/test/controller/http_digest_authentication_test.rb index a91e3cafa5..828ea5b0fb 100644 --- a/actionpack/test/controller/http_digest_authentication_test.rb +++ b/actionpack/test/controller/http_digest_authentication_test.rb @@ -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 -- cgit v1.2.3