1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13: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-project' => $this->getProject()['$id'],
'x-appwrite-key' => $this->getProject()['apiKey'] 'x-appwrite-key' => $this->getProject()['apiKey']
]), [ ]), [
'id' => "key_attribute{$i}", 'indexId' => "key_attribute{$i}",
'type' => 'key', 'type' => 'key',
'attributes' => ["attribute{$i}"], 'attributes' => ["attribute{$i}"],
]); ]);