Merge pull request #11013 from appwrite/fix-tests-jwt

Fix JWT test
This commit is contained in:
Luke B. Silver 2025-12-23 17:23:36 +00:00 committed by GitHub
commit 0e75793bef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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']);