Skip to content

Commit

Permalink
fix: prevent error when get failure at previous scenario
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jan 31, 2025
1 parent 8f76647 commit 4d7109a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/features/identify-account/search.feature
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Feature: search
Scenario: Search account by herself with permission to identify by account
Given as user "admin"
And set the email of user "admin" to "[email protected]"
And set the display name of user "admin" to "admin"
And sending "post" to ocs "/apps/provisioning_api/api/v1/config/apps/libresign/identify_methods"
| value | (string)[{"name":"account","enabled":true}] |
When sending "get" to ocs "/apps/libresign/api/v1/identify-account/search?search=admin"
Expand Down

0 comments on commit 4d7109a

Please sign in to comment.