diff --git a/tests/e2e/Services/Account/AccountCustomClientTest.php b/tests/e2e/Services/Account/AccountCustomClientTest.php index d80ab47b9d..b7f3fcc03d 100644 --- a/tests/e2e/Services/Account/AccountCustomClientTest.php +++ b/tests/e2e/Services/Account/AccountCustomClientTest.php @@ -1845,7 +1845,7 @@ class AccountCustomClientTest extends Scope ])); $this->assertEquals(201, $response['headers']['status-code']); - $this->assertEquals(99, $response['headers']['x-ratelimit-remaining']); + $this->assertEquals(119, $response['headers']['x-ratelimit-remaining']); $this->assertNotEmpty($response['body']['jwt']); $this->assertIsString($response['body']['jwt']);