Skip to content

Commit 033cbd2

Browse files
committed
test: migrate page validate feature to identifyMethods
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> (cherry picked from commit 1cbfa2f)
1 parent a9dd255 commit 033cbd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/features/page/validate.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: page/validate
88

99
When sending "post" to ocs "/apps/libresign/api/v1/request-signature"
1010
| file | {"url":"<BASE_URL>/apps/libresign/develop/pdf"} |
11-
| signers | [{"identify":{"account":"admin"}}] |
11+
| signers | [{"identifyMethods":[{"method":"account","value":"admin"}]}] |
1212
| name | document |
1313
And the response should have a status code 200
1414
And sending "get" to ocs "/apps/libresign/api/v1/file/list?details=1"

0 commit comments

Comments
 (0)