fix typo in redirect test

This commit is contained in:
Brian Lopez 2012-03-15 15:15:10 -07:00
parent a7dee1aeef
commit 6ce21af8aa
1 changed files with 1 additions and 1 deletions

View File

@ -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