Commit cc38c156c08f60d0820700576295fc3ee025a6da

Authored by Rodrigo Souto
1 parent bdb0e5a8

stoa: fix new forgot_password params

plugins/stoa/test/functional/account_controller_test.rb
@@ -67,7 +67,7 @@ class AccountControllerTest < ActionController::TestCase @@ -67,7 +67,7 @@ class AccountControllerTest < ActionController::TestCase
67 end 67 end
68 68
69 should 'be able to recover password with usp_id' do 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 assert_template 'password_recovery_sent' 71 assert_template 'password_recovery_sent'
72 end 72 end
73 end 73 end