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/Db/MailAccountMapperTest.php')
-rw-r--r--tests/Integration/Db/MailAccountMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Integration/Db/MailAccountMapperTest.php b/tests/Integration/Db/MailAccountMapperTest.php
index 9dc9b5021..7dc69b580 100644
--- a/tests/Integration/Db/MailAccountMapperTest.php
+++ b/tests/Integration/Db/MailAccountMapperTest.php
@@ -68,7 +68,7 @@ class MailAccountMapperTest extends TestCase {
$this->account->setOutboundSslMode('ssl');
$this->account->setUserId('user12345');
$this->account->setEditorMode('plaintext');
- $this->account->setProvisioned(false);
+ $this->account->setProvisioningId(null);
$this->account->setOrder(27);
}