1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Merge branch 'fix-init-retry' of https://github.com/appwrite/appwrite into fix-init-retry

This commit is contained in:
Matej Baco 2022-11-18 15:20:08 +01:00
commit c284c417bb
2 changed files with 1 additions and 2 deletions

View file

@ -206,7 +206,7 @@ return [
],
[
'name' => '_APP_CONSOLE_INVITES',
'description' => 'This option allows you to disable the invitation of new users on the Appwrite console. When enabled, console users are allowed to invite new users to a project. By default this option is enabled.',
'description' => 'This option allows you to disable the invitation of new users to the Appwrite console. When enabled, console users are allowed to invite new users to a project. By default this option is enabled.',
'introduction' => '1.2.0',
'default' => 'enabled',
'required' => false,

View file

@ -161,7 +161,6 @@ class UsageTest extends Scope
Permission::delete(Role::any()),
],
]);
\var_dump($res['body']);
$this->assertEquals($name, $res['body']['name']);
$this->assertNotEmpty($res['body']['$id']);
$bucketId = $res['body']['$id'];