1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Update tests/e2e/Services/Databases/DatabasesCustomServerTest.php

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
Bishwajeet Parhi 2023-05-23 13:30:39 +05:30 committed by GitHub
parent 45f5d932f6
commit 6e5ee27f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,7 +262,8 @@ class DatabasesCustomServerTest extends Scope
'x-appwrite-key' => $this->getProject()['apiKey']
], [
'name' => 'Test 1 Updated',
'enabled' => false]);
'enabled' => false,
]);
$this->assertEquals(200, $database['headers']['status-code']);
$this->assertEquals('Test 1 Updated', $database['body']['name']);