We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dee1a commit 6ce21afCopy full SHA for 6ce21af
actionpack/test/controller/redirect_test.rb
@@ -135,7 +135,7 @@ def test_redirect_with_header_break
135
end
136
137
def test_redirect_with_null_bytes
138
- get :redirect_with_header_break
+ get :redirect_with_null_bytes
139
assert_response :redirect
140
assert_equal "http://test.host/lolwat", redirect_to_url
141
0 commit comments