Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos committed Dec 28, 2023
1 parent 5356c09 commit 67164e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/features/account/me.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Feature: account/me
And sending "get" to ocs "/apps/libresign/api/v1/account/me"
Then the response should have a status code 200
And the response should be a JSON array with the following mandatory values
| key | value |
| account | {"uid":"signer1","emailAddress":"","displayName":"signer1-displayname"} |
| settings | {"canPreviewPageAsImage": true, "canRequestSign":false,"hasSignatureFile":false} |
| key | value |
| account | {"uid":"signer1","emailAddress":"","displayName":"signer1-displayname"} |
| settings | {"canPreviewPageAsImage": false, "canRequestSign":false,"hasSignatureFile":false} |

0 comments on commit 67164e1

Please sign in to comment.