We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e65b8c commit 84ef4d7Copy full SHA for 84ef4d7
tests/api/UsersInviteCest.php
@@ -52,7 +52,7 @@ public function insertInvite(ApiTester $I) : void
52
$response = $I->grabResponse();
53
$dataInvite = json_decode($response, true);
54
55
- $I->assertTrue($dataInvite['email'] == $testEmail);
+ $I->assertTrue($dataInvite['user']['email'] == $testEmail);
56
}
57
58
/**
0 commit comments