1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Fixed tests

This commit is contained in:
Khushboo Verma 2024-02-05 13:25:52 +05:30
parent d40a51b50a
commit 0f1df4b5bb

View file

@ -48,7 +48,7 @@ trait AccountBase
$response = $this->client->call(Client::METHOD_POST, '/account', array_merge([
'origin' => 'http://localhost',
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
'x-appwrite-project' => 'console',
'x-forwarded-for' => '103.152.127.250' // Test IP for denied access region
]), [
'userId' => ID::unique(),