1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Use indexId instead of id

This commit is contained in:
kodumbeats 2021-08-11 13:24:24 -04:00
parent c072a07ed5
commit a4486fd99e

View file

@ -370,7 +370,7 @@ class DatabaseCustomServerTest extends Scope
'x-appwrite-project' => $this->getProject()['$id'],
'x-appwrite-key' => $this->getProject()['apiKey']
]), [
'id' => "key_attribute{$i}",
'indexId' => "key_attribute{$i}",
'type' => 'key',
'attributes' => ["attribute{$i}"],
]);