From 55a50d457c435ed5704e6bf3398f9d4049117054 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 20 Dec 2023 00:21:34 +0100 Subject: [PATCH] Fixed test --- tests/e2e/Services/Projects/ProjectsConsoleClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Projects/ProjectsConsoleClientTest.php b/tests/e2e/Services/Projects/ProjectsConsoleClientTest.php index 7a0a203e0a..3d10ee2bbb 100644 --- a/tests/e2e/Services/Projects/ProjectsConsoleClientTest.php +++ b/tests/e2e/Services/Projects/ProjectsConsoleClientTest.php @@ -596,7 +596,7 @@ class ProjectsConsoleClientTest extends Scope $lastEmail = $this->getLastEmail(); - $this->assertEquals($email, $lastEmail['to'][0]['address']); + $this->assertEquals($email, $lastEmail['from'][0]['address']); $this->assertEquals('SMTP test email from Appwrite', $lastEmail['subject']); return $data;