Skip to content

Commit ab6c21d

Browse files
committed
test: update account create flow UUID placeholders
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 7e4a132 commit ab6c21d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integration/features/account/create_to_sign.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Feature: account/create_to_sign
2323
And the response should be a JSON array with the following mandatory values
2424
| key | value |
2525
| action | 1500 |
26-
Then sending "post" to ocs "/apps/libresign/api/v1/account/create/<SIGN_UUID>"
27-
| uuid | <SIGN_UUID> |
26+
Then sending "post" to ocs "/apps/libresign/api/v1/account/create/<SIGN_REQUEST_UUID>"
27+
| uuid | <SIGN_REQUEST_UUID> |
2828
| email | invalid@domain.test |
2929
| password | 123456 |
3030
And the response should have a status code 422
@@ -44,8 +44,8 @@ Feature: account/create_to_sign
4444
And the response should be a JSON array with the following mandatory values
4545
| key | value |
4646
| action | 1500 |
47-
Then sending "post" to ocs "/apps/libresign/api/v1/account/create/<SIGN_UUID>"
48-
| uuid | <SIGN_UUID> |
47+
Then sending "post" to ocs "/apps/libresign/api/v1/account/create/<SIGN_REQUEST_UUID>"
48+
| uuid | <SIGN_REQUEST_UUID> |
4949
| email | signer1@domain.test |
5050
| password | 123456 |
5151
And the response should have a status code 200

0 commit comments

Comments
 (0)