Merged in bugfix/PMCORE-3205 (pull request #8040)

PMCORE-3205
This commit is contained in:
Paula Quispe
2021-08-10 21:53:14 +00:00

View File

@@ -340,7 +340,7 @@ class EmailServerTest extends TestCase
// Assert the status is false
$this->assertFalse($result['success']);
// Assert the message of the result is empty
$this->assertEmpty($result['msg']);
$this->assertNotEmpty($result['msg']);
}
/**