Skip to content

Commit 96aa47a

Browse files
test: rename TSA signing UUID placeholders
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 3b80ce9 commit 96aa47a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/integration/features/sign/tsa.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Feature: TSA Integration - End-to-End Workflow
2828
Then the response should be a JSON array with the following mandatory values
2929
| key | value |
3030
| (jq).ocs.data.data[0].name | TSA Document Test |
31-
And fetch field "(SIGN_UUID)ocs.data.data.0.signers.0.sign_uuid" from previous JSON response
31+
And fetch field "(SIGN_REQUEST_UUID)ocs.data.data.0.signers.0.sign_request_uuid" from previous JSON response
3232
And fetch field "(FILE_UUID)ocs.data.data.0.uuid" from previous JSON response
33-
When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID>"
33+
When sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID>"
3434
| method | clickToSign |
3535
Then the response should have a status code 200
3636
And the response should be a JSON array with the following mandatory values
@@ -66,8 +66,8 @@ Feature: TSA Integration - End-to-End Workflow
6666
| name | TSA Error Test |
6767
And as user "signer1"
6868
And sending "get" to ocs "/apps/libresign/api/v1/file/list?details=1"
69-
And fetch field "(SIGN_UUID)ocs.data.data.0.signers.0.sign_uuid" from previous JSON response
70-
And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_UUID>"
69+
And fetch field "(SIGN_REQUEST_UUID)ocs.data.data.0.signers.0.sign_request_uuid" from previous JSON response
70+
And sending "post" to ocs "/apps/libresign/api/v1/sign/uuid/<SIGN_REQUEST_UUID>"
7171
| method | clickToSign |
7272
Then the response should have a status code 422
7373
And the response should be a JSON array with the following mandatory values

0 commit comments

Comments
 (0)