Skip to content

Commit b35dac8

Browse files
committed
test: align environment controller signer payloads
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> (cherry picked from commit 46653ef)
1 parent bc000b0 commit b35dac8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tests/php/Unit/Controller/AEnvironmentPageAwareControllerTest.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ public function testLoadFileUuidWhenFileNotFound(): void {
7676
'name' => 'test',
7777
'signers' => [
7878
[
79-
'identify' => [
80-
'account' => 'username',
81-
],
79+
'identifyMethods' => [[
80+
'method' => 'account',
81+
'mandatory' => 0,
82+
'value' => 'username',
83+
]],
8284
],
8385
],
8486
'userManager' => $user,

0 commit comments

Comments
 (0)