diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-23 11:21:48 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-23 11:21:48 +0000 |
commit | 8c07ed541353060b5ebd4461bf71031486009aac (patch) | |
tree | f280501e0a345d0d6aaa022e308681f4bb547421 | |
parent | 41c7d3c3e6b8f45b622cbfb2837875be6645ee62 (diff) | |
download | redmine-8c07ed541353060b5ebd4461bf71031486009aac.tar.gz redmine-8c07ed541353060b5ebd4461bf71031486009aac.zip |
Merge r23299 from trunk to 6.0-stable (#41795).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23301 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/unit/mailer_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/mailer_test.rb b/test/unit/mailer_test.rb index 2cb5c4ca4..8d53699f3 100644 --- a/test/unit/mailer_test.rb +++ b/test/unit/mailer_test.rb @@ -31,7 +31,7 @@ class MailerTest < ActiveSupport::TestCase :wikis, :wiki_pages, :wiki_contents, :wiki_content_versions, :versions, :comments, - :groups_users, :watchers + :groups_users, :watchers, :issue_categories def setup ActionMailer::Base.deliveries.clear |