Use correct URL
This commit is contained in:
parent
75a32ff879
commit
84c802d1a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue