Skip to content

Commit 84ef4d7

Browse files
committed
udpate test
1 parent 8e65b8c commit 84ef4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/UsersInviteCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function insertInvite(ApiTester $I) : void
5252
$response = $I->grabResponse();
5353
$dataInvite = json_decode($response, true);
5454

55-
$I->assertTrue($dataInvite['email'] == $testEmail);
55+
$I->assertTrue($dataInvite['user']['email'] == $testEmail);
5656
}
5757

5858
/**

0 commit comments

Comments
 (0)