Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Integration/Service/MailTransmissionIntegrationTest.php')
-rw-r--r--tests/Integration/Service/MailTransmissionIntegrationTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Integration/Service/MailTransmissionIntegrationTest.php b/tests/Integration/Service/MailTransmissionIntegrationTest.php
index fad4b3f37..7d6f71362 100644
--- a/tests/Integration/Service/MailTransmissionIntegrationTest.php
+++ b/tests/Integration/Service/MailTransmissionIntegrationTest.php
@@ -76,6 +76,7 @@ class MailTransmissionIntegrationTest extends TestCase {
$mapper = OC::$server->query(MailAccountMapper::class);
$mailAccount = MailAccount::fromParams([
'userId' => $this->user->getUID(),
+ 'name' => 'Test User',
'email' => 'user@domain.tld',
'inboundHost' => 'localhost',
'inboundPort' => '993',