aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/redirect_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/redirect_test.rb')
-rwxr-xr-xactionpack/test/controller/redirect_test.rb2
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