4.0-stable: add missing fixture added in trunk r17725

git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18573 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-09-30 13:36:58 +00:00
parent e465ab6ec0
commit a73860a0a1

View File

@@ -43,7 +43,8 @@ class IssuesControllerTest < Redmine::ControllerTest
:journal_details,
:queries,
:repositories,
:changesets
:changesets,
:watchers
include Redmine::I18n
@@ -5671,6 +5672,8 @@ class IssuesControllerTest < Redmine::ControllerTest
}
}
assert_response 302
# 4 emails for 2 members and 2 issues
# 1 email for a watcher of issue #2
assert_equal 5, ActionMailer::Base.deliveries.size
end
end