Skip to content

Commit 83c5b4b

Browse files
committed
test(integration): restore explicit default setup for identify methods
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent d246d73 commit 83c5b4b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/integration/features/admin/initial_state.feature

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Feature: admin/initial_state
22
Scenario: Default identify methods are exposed in admin initial state
33
Given as user "admin"
4-
And sending "post" to ocs "/apps/provisioning_api/api/v1/config/apps/libresign/identify_methods"
5-
| value | (string)[{"name":"account","enabled":true,"mandatory":true,"signatureMethods":{"password":{"enabled":true}}},{"name":"email","enabled":false,"mandatory":true,"can_create_account":true,"signatureMethods":{"emailToken":{"enabled":true}}}] |
6-
And the response should have a status code 200
4+
And run the command "config:app:delete libresign identify_methods" with result code 0
75
When sending "get" to "/settings/admin/libresign"
86
Then the response should contain the initial state "libresign-identify_methods" json that match with:
97
| key | value |

0 commit comments

Comments
 (0)