1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Code review changes

This commit is contained in:
Matej Bačo 2022-12-27 11:40:24 +01:00
parent 02d86cee84
commit d722bf01ea

View file

@ -905,7 +905,7 @@ class ProjectsConsoleClientTest extends Scope
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertNotEmpty($response['body']['$id']);
$this->assertNotEmpty($response['body']['authSessionsLimit']);
$this->assertEquals(1, $response['body']['authSessionsLimit']);
$email = uniqid() . 'user@localhost.test';
$password = 'password';