Skip to content

Commit 9e06acb

Browse files
committed
test: migrate account signature feature to identifyMethods
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> (cherry picked from commit d39b587)
1 parent 3f5051c commit 9e06acb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/features/account/signature.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Feature: account/signature
262262
| value | (string)[{"name":"email","enabled":true,"mandatory":true,"can_create_account":false}] |
263263
And sending "post" to ocs "/apps/libresign/api/v1/request-signature"
264264
| file | {"url":"<BASE_URL>/apps/libresign/develop/pdf"} |
265-
| signers | [{"identify":{"email":"signer@test.coop"}}] |
265+
| signers | [{"identifyMethods":[{"method":"email","value":"signer@test.coop"}]}] |
266266
| name | document |
267267
When as user ""
268268
And I open the latest email to "signer@test.coop" with subject "LibreSign: There is a file for you to sign"

0 commit comments

Comments
 (0)