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 c116b31 commit 87479ffCopy full SHA for 87479ff
1 file changed
tests/integration/features/file/webdav-properties.feature
@@ -8,7 +8,7 @@ Feature: webdav-properties
8
Given user "admin" uploads file "test.pdf" to "test-document.pdf"
9
When sending "post" to ocs "/apps/libresign/api/v1/request-signature"
10
| file | {"path":"/test-document.pdf"} |
11
- | signers | [{"identify":{"email":"signer1@domain.test"}}] |
+ | signers | [{"identifyMethods":[{"method":"email","value":"signer1@domain.test"}]}] |
12
| name | test-document |
13
Then the response should have a status code 200
14
When user "admin" gets WebDAV properties for "test-document.pdf"
0 commit comments