mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch '1.9.x' of https://github.com/appwrite/appwrite into joins3
# Conflicts: # app/controllers/api/migrations.php # composer.json # composer.lock # tests/e2e/Services/Databases/DatabasesBase.php
This commit is contained in:
@@ -62,6 +62,9 @@ class ProjectsConsoleClientTest extends Scope
|
||||
$this->assertArrayHasKey('platforms', $response['body']);
|
||||
$this->assertArrayHasKey('webhooks', $response['body']);
|
||||
$this->assertArrayHasKey('keys', $response['body']);
|
||||
$this->assertEquals(false, $response['body']['authDisposableEmails']);
|
||||
$this->assertEquals(false, $response['body']['authCanonicalEmails']);
|
||||
$this->assertEquals(false, $response['body']['authFreeEmails']);
|
||||
|
||||
$response = $this->client->call(Client::METHOD_POST, '/projects', array_merge([
|
||||
'content-type' => 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user