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

add region in test

This commit is contained in:
Damodar Lohani 2022-09-20 13:21:05 +00:00
parent e80e65946b
commit cde374b505

View file

@ -42,6 +42,7 @@ trait ProjectCustom
'x-appwrite-project' => 'console',
], [
'projectId' => ID::unique(),
'region' => 'default',
'name' => 'Demo Project',
'teamId' => $team['body']['$id'],
'description' => 'Demo Project Description',