Skip to content

Commit 87479ff

Browse files
committed
test: migrate webdav properties feature to identifyMethods
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> (cherry picked from commit 85e444d)
1 parent c116b31 commit 87479ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/features/file/webdav-properties.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: webdav-properties
88
Given user "admin" uploads file "test.pdf" to "test-document.pdf"
99
When sending "post" to ocs "/apps/libresign/api/v1/request-signature"
1010
| file | {"path":"/test-document.pdf"} |
11-
| signers | [{"identify":{"email":"signer1@domain.test"}}] |
11+
| signers | [{"identifyMethods":[{"method":"email","value":"signer1@domain.test"}]}] |
1212
| name | test-document |
1313
Then the response should have a status code 200
1414
When user "admin" gets WebDAV properties for "test-document.pdf"

0 commit comments

Comments
 (0)