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

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

This commit is contained in:
Jake Barnby 2023-05-29 20:34:41 +12:00 committed by GitHub
parent 729eed25e5
commit 0372b0c590
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -544,11 +544,10 @@ class DatabasesCustomServerTest extends Scope
]);
$this->assertEquals(409, $response['headers']['status-code']);
return
[
'databaseId' => $databaseId,
'collectionId' => $test1['body']['$id'],
];
return [
'databaseId' => $databaseId,
'collectionId' => $test1['body']['$id'],
];
}
/**