Skip to content

Commit 246c57e

Browse files
committed
test: update account signature public header UUID placeholder
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent ab6c21d commit 246c57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/features/account/signature.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Feature: account/signature
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"
269269
And I fetch the signer UUID from opened email
270-
And set the custom http header "libresign-sign-request-uuid" with "<SIGN_UUID>" as value to next request
270+
And set the custom http header "libresign-sign-request-uuid" with "<SIGN_REQUEST_UUID>" as value to next request
271271
When sending "post" to ocs "/apps/libresign/api/v1/signature/elements"
272272
| elements | [{"type":"signature","file":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="}}] |
273273
Then the response should have a status code 200

0 commit comments

Comments
 (0)