From 6ce21af8aa97951b0a760f553421ba95caf3fdbb Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Thu, 15 Mar 2012 15:15:10 -0700 Subject: fix typo in redirect test --- actionpack/test/controller/redirect_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/test/controller/redirect_test.rb b/actionpack/test/controller/redirect_test.rb index a8167a3b69..6dab42d75d 100644 --- a/actionpack/test/controller/redirect_test.rb +++ b/actionpack/test/controller/redirect_test.rb @@ -135,7 +135,7 @@ class RedirectTest < ActionController::TestCase end def test_redirect_with_null_bytes - get :redirect_with_header_break + get :redirect_with_null_bytes assert_response :redirect assert_equal "http://test.host/lolwat", redirect_to_url end -- cgit v1.2.3