summaryrefslogtreecommitdiffstats
path: root/test/functional/account_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/account_controller_test.rb')
-rw-r--r--test/functional/account_controller_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/account_controller_test.rb b/test/functional/account_controller_test.rb
index f539f4619..034094e7b 100644
--- a/test/functional/account_controller_test.rb
+++ b/test/functional/account_controller_test.rb
@@ -476,6 +476,7 @@ class AccountControllerTest < Redmine::ControllerTest
}
)
assert_response :success
+ assert_equal I18n.t(:notice_account_lost_email_sent), flash[:notice]
end
end