1
0
Fork 0
mirror of synced 2024-07-06 07:00:56 +12:00

fixes test

This commit is contained in:
prateek banga 2023-08-25 14:40:48 +05:30
parent 24853004f9
commit de6bcc1861

View file

@ -198,7 +198,7 @@ trait MessagingBase
'x-appwrite-project' => $this->getProject()['$id'],
'x-appwrite-key' => $this->getProject()['apiKey'],
]), [
'id' => 'unique()',
'providerId' => 'unique()',
'name' => 'Sengrid1',
'apiKey' => 'my-apikey',
]);