From cc38c156c08f60d0820700576295fc3ee025a6da Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 14 Nov 2013 22:44:29 +0000 Subject: [PATCH] stoa: fix new forgot_password params --- plugins/stoa/test/functional/account_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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