From 693a81bfa367089de4b61ee1ea104c85e6bc6d1c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 10 Jul 2024 15:29:45 +0200 Subject: fix(mail): Fix big logos in mail templates for Outlook Signed-off-by: Joas Schilling --- apps/settings/tests/Mailer/NewUserMailHelperTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings') diff --git a/apps/settings/tests/Mailer/NewUserMailHelperTest.php b/apps/settings/tests/Mailer/NewUserMailHelperTest.php index 19cfab8c193..72af678f832 100644 --- a/apps/settings/tests/Mailer/NewUserMailHelperTest.php +++ b/apps/settings/tests/Mailer/NewUserMailHelperTest.php @@ -57,6 +57,8 @@ class NewUserMailHelperTest extends TestCase { $this->defaults, $this->urlGenerator, $this->l10nFactory, + null, + null, 'test.TestTemplate', [] ); -- cgit v1.2.3