1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Check for ratelimit remaining in create jwt test

This commit is contained in:
Jake Barnby 2022-06-07 09:53:09 +12:00
parent 254a075d7d
commit 742b49723f

View file

@ -270,6 +270,7 @@ class AccountCustomClientTest extends Scope
]));
$this->assertEquals($response['headers']['status-code'], 201);
$this->assertEquals($response['headers']['X-RateLimit-Remaining'], 99);
$this->assertNotEmpty($response['body']['jwt']);
$this->assertIsString($response['body']['jwt']);