diff --git a/plugins/stoa/test/functional/account_controller_test.rb b/plugins/stoa/test/functional/account_controller_test.rb index 32f8b5c..72264fc 100644 --- a/plugins/stoa/test/functional/account_controller_test.rb +++ b/plugins/stoa/test/functional/account_controller_test.rb @@ -67,7 +67,7 @@ class AccountControllerTest < ActionController::TestCase end should 'be able to recover password with usp_id' do - post :forgot_password, :change_password => { :value => '87654321' } + post :forgot_password, :value => '87654321' assert_template 'password_recovery_sent' end end -- libgit2 0.21.2