We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dd255 commit 033cbd2Copy full SHA for 033cbd2
1 file changed
tests/integration/features/page/validate.feature
@@ -8,7 +8,7 @@ Feature: page/validate
8
9
When sending "post" to ocs "/apps/libresign/api/v1/request-signature"
10
| file | {"url":"<BASE_URL>/apps/libresign/develop/pdf"} |
11
- | signers | [{"identify":{"account":"admin"}}] |
+ | signers | [{"identifyMethods":[{"method":"account","value":"admin"}]}] |
12
| name | document |
13
And the response should have a status code 200
14
And sending "get" to ocs "/apps/libresign/api/v1/file/list?details=1"
0 commit comments