Skip to content

Commit 6ce21af

Browse files
committed
fix typo in redirect test
1 parent a7dee1a commit 6ce21af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/test/controller/redirect_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_redirect_with_header_break
135135
end
136136

137137
def test_redirect_with_null_bytes
138-
get :redirect_with_header_break
138+
get :redirect_with_null_bytes
139139
assert_response :redirect
140140
assert_equal "http://test.host/lolwat", redirect_to_url
141141
end

0 commit comments

Comments
 (0)