From 67164e101e76d3547dc718f1c68e7d65e0306806 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 27 Dec 2023 13:11:07 -0300 Subject: [PATCH] Fix integration test Signed-off-by: Vitor Mattos --- tests/integration/features/account/me.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/features/account/me.feature b/tests/integration/features/account/me.feature index 0c2e502e3..8549de428 100644 --- a/tests/integration/features/account/me.feature +++ b/tests/integration/features/account/me.feature @@ -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} |