From: Tom Hughes Date: Sat, 10 Jan 2015 16:51:28 +0000 (+0000) Subject: Use correct URL X-Git-Tag: live~4258 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/84c802d1a9647e967b96454ab8eab6dad65a97dd Use correct URL --- diff --git a/test/integration/user_creation_test.rb b/test/integration/user_creation_test.rb index d2dd0564e..0efe2e1a7 100644 --- a/test/integration/user_creation_test.rb +++ b/test/integration/user_creation_test.rb @@ -135,7 +135,7 @@ class UserCreationTest < ActionDispatch::IntegrationTest assert_response :success assert_template 'user/confirm' - post "user/#{display_name}/confirm", { :confirm_string => confirm_string } + post "/user/#{display_name}/confirm", { :confirm_string => confirm_string } assert_response :redirect follow_redirect! assert_response :success