Merge pull request #5457 from brianmario/typo-fix

Fix typo in redirect test
This commit is contained in:
Aaron Patterson 2012-03-15 15:22:13 -07:00
commit b9c21aa95b

@ -135,7 +135,7 @@ def test_redirect_with_header_break
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