Commit cc38c156c08f60d0820700576295fc3ee025a6da
1 parent
bdb0e5a8
Exists in
master
and in
22 other branches
stoa: fix new forgot_password params
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/stoa/test/functional/account_controller_test.rb
| ... | ... | @@ -67,7 +67,7 @@ class AccountControllerTest < ActionController::TestCase |
| 67 | 67 | end |
| 68 | 68 | |
| 69 | 69 | should 'be able to recover password with usp_id' do |
| 70 | - post :forgot_password, :change_password => { :value => '87654321' } | |
| 70 | + post :forgot_password, :value => '87654321' | |
| 71 | 71 | assert_template 'password_recovery_sent' |
| 72 | 72 | end |
| 73 | 73 | end | ... | ... |