File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/integration/features/account Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments