diff options
Diffstat (limited to 'actionpack/test/controller')
-rwxr-xr-x | actionpack/test/controller/redirect_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/redirect_test.rb b/actionpack/test/controller/redirect_test.rb index 6ae26b739d..fafff144df 100755 --- a/actionpack/test/controller/redirect_test.rb +++ b/actionpack/test/controller/redirect_test.rb @@ -31,6 +31,6 @@ class RedirectTest < Test::Unit::TestCase def test_redirect_with_method_reference_and_parameters get :method_redirect - assert_redirect_url "http://test.host/redirect/dashboard?message=hello&id=1" + assert_redirect_url "http://test.host/redirect/dashboard/1?message=hello" end end
\ No newline at end of file |