From cda843d8f63ad84b26152d793e76b538bf535e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 23 Dec 2025 16:31:17 +0100 Subject: [PATCH] Fix JWT test --- tests/e2e/Services/Account/AccountCustomClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);