mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #5457 from brianmario/typo-fix
Fix typo in redirect test
This commit is contained in:
commit
b9c21aa95b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue