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/AntiSpamServiceIntegrationTest.php')
-rw-r--r--tests/Integration/Service/AntiSpamServiceIntegrationTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Integration/Service/AntiSpamServiceIntegrationTest.php b/tests/Integration/Service/AntiSpamServiceIntegrationTest.php
index 0f5d14a93..8750cd7f3 100644
--- a/tests/Integration/Service/AntiSpamServiceIntegrationTest.php
+++ b/tests/Integration/Service/AntiSpamServiceIntegrationTest.php
@@ -52,12 +52,14 @@ class AntiSpamServiceIntegrationTest extends TestCase {
public function tearDown(): void {
$this->resetImapAccount();
+ $this->disconnectImapAccount();
$this->service->deleteConfig();
}
public function testFlagJunkWithSpamReportActive(): void {
// First, set up account and retrieve sync token
$this->resetImapAccount();
+ $this->disconnectImapAccount();
$account = $this->createTestAccount();
/** @var SyncService $syncService */