mirror of
https://github.com/redmine/redmine.git
synced 2026-03-13 08:00:49 +01:00
Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).
git-svn-id: http://svn.redmine.org/redmine/trunk@21130 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -107,7 +107,7 @@ class AdminControllerTest < Redmine::ControllerTest
|
||||
mail = ActionMailer::Base.deliveries.last
|
||||
assert_not_nil mail
|
||||
user = User.find(1)
|
||||
assert_equal [user.mail], mail.bcc
|
||||
assert_equal [user.mail], mail.to
|
||||
end
|
||||
|
||||
def test_test_email_failure_should_display_the_error
|
||||
|
||||
Reference in New Issue
Block a user