mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix test
This commit is contained in:
@@ -568,10 +568,10 @@ class ProjectsConsoleClientTest extends Scope
|
||||
$this->assertEquals(200, $response['headers']['status-code']);
|
||||
$this->assertTrue($response['body']['smtpEnabled']);
|
||||
$this->assertEquals('mailer@appwrite.io', $response['body']['smtpSender']);
|
||||
$this->assertEquals('mail.appwrite.io', $response['body']['smtpHost']);
|
||||
$this->assertEquals(25, $response['body']['smtpPort']);
|
||||
$this->assertEquals('emailuser', $response['body']['smtpUsername']);
|
||||
$this->assertEquals('securepassword', $response['body']['smtpPassword']);
|
||||
$this->assertEquals('maildev', $response['body']['smtpHost']);
|
||||
$this->assertEquals(1025, $response['body']['smtpPort']);
|
||||
$this->assertEquals('user', $response['body']['smtpUsername']);
|
||||
$this->assertEquals('password', $response['body']['smtpPassword']);
|
||||
$this->assertEquals('', $response['body']['smtpSecure']);
|
||||
|
||||
/** Reset */
|
||||
|
||||
Reference in New Issue
Block a user