1
0
Fork 0
mirror of synced 2024-05-20 04:32:37 +12:00

Update tests

This commit is contained in:
Matej Bačo 2024-05-07 09:05:54 +00:00
parent 08bf5aace4
commit 4c6f01ad68

View file

@ -202,6 +202,8 @@ trait AccountBase
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals($userId, $response['body']['$id']);
$this->assertEquals($userId, $response['body']['$id']);
$this->assertTrue($response['body']['emailVerification']);
$response = $this->client->call(Client::METHOD_POST, '/account/sessions/token', array_merge([
'origin' => 'http://localhost',