From 866bd5ebc83929bcb38844c5c704a6c90bd616af Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 2 Dec 2025 05:25:25 +0000 Subject: [PATCH] Fix: update test IP --- tests/e2e/Services/Account/AccountBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Account/AccountBase.php b/tests/e2e/Services/Account/AccountBase.php index 9f35932700..b217608395 100644 --- a/tests/e2e/Services/Account/AccountBase.php +++ b/tests/e2e/Services/Account/AccountBase.php @@ -55,7 +55,7 @@ trait AccountBase 'origin' => 'http://localhost', 'content-type' => 'application/json', 'x-appwrite-project' => 'console', - 'x-forwarded-for' => '103.152.127.250' // Test IP for denied access region + 'x-forwarded-for' => '31.6.14.220' // Test IP for denied access region ]), [ 'userId' => ID::unique(), 'email' => $email,