Skip to content

Commit 502c15b

Browse files
committed
test: align notify api signer payloads
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> (cherry picked from commit b98105a)
1 parent afe3708 commit 502c15b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tests/php/Api/Controller/NotifyControllerTest.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ public function testNotifySignersWithSuccess():void {
5353
'name' => 'test',
5454
'signers' => [
5555
[
56-
'identify' => [
57-
'email' => 'person@test.coop',
58-
],
56+
'identifyMethods' => [[
57+
'method' => 'email',
58+
'mandatory' => 0,
59+
'value' => 'person@test.coop',
60+
]],
5961
],
6062
],
6163
'userManager' => $user,

0 commit comments

Comments
 (0)