From fbb72c0dbb11e22544c31d299ae270b6a49da848 Mon Sep 17 00:00:00 2001 From: hamza221 Date: Sun, 22 Oct 2023 19:17:18 +0200 Subject: [PATCH] fixup! Feat: Search mail bodies Signed-off-by: hamza221 --- tests/Integration/Db/MailAccountTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Integration/Db/MailAccountTest.php b/tests/Integration/Db/MailAccountTest.php index 71b6f44c1b..7d7fdaaa45 100644 --- a/tests/Integration/Db/MailAccountTest.php +++ b/tests/Integration/Db/MailAccountTest.php @@ -79,7 +79,8 @@ public function testToAPI() { 'quotaPercentage' => 10, 'trashRetentionDays' => 60, 'junkMailboxId' => null, - 'snoozeMailboxId' => null + 'snoozeMailboxId' => null, + 'searchBody' => false ], $a->toJson()); } @@ -115,6 +116,7 @@ public function testMailAccountConstruct() { 'trashRetentionDays' => 60, 'junkMailboxId' => null, 'snoozeMailboxId' => null, + 'searchBody' => false ]; $a = new MailAccount($expected); // TODO: fix inconsistency