Skip to content

Commit afe3708

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

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tests/php/Api/Controller/FileElementControllerTest.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ public function testPostSuccess():array {
2727
'name' => 'test',
2828
'signers' => [
2929
[
30-
'identify' => [
31-
'email' => 'person@test.coop',
32-
],
30+
'identifyMethods' => [[
31+
'method' => 'email',
32+
'mandatory' => 0,
33+
'value' => 'person@test.coop',
34+
]],
3335
],
3436
],
3537
'userManager' => $user,

0 commit comments

Comments
 (0)