1
0
Fork 0
mirror of synced 2024-10-01 09:47:43 +13:00
This commit is contained in:
fogelito 2024-01-25 19:01:48 +02:00
parent 998c4d282d
commit 981ba852c5

View file

@ -652,7 +652,7 @@ trait MessagingBase
$this->assertEquals(201, $response['headers']['status-code'], "Error creating user: " . var_export($response['body'], true));
$user = $response['body'];
$this->assertEquals(1, \count($user['targets']));
$targetId = $user['targets'][0]['$id'];