We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa52aa9 commit 9785b47Copy full SHA for 9785b47
1 file changed
tests/integration/features/identify-account/search.feature
@@ -70,6 +70,7 @@ Feature: search
70
Scenario: Search account by herself with permission to identify by account
71
Given as user "admin"
72
And set the email of user "admin" to "admin@email.tld"
73
+ And set the display name of user "admin" to "admin"
74
And sending "post" to ocs "/apps/provisioning_api/api/v1/config/apps/libresign/identify_methods"
75
| value | (string)[{"name":"account","enabled":true}] |
76
When sending "get" to ocs "/apps/libresign/api/v1/identify-account/search?search=admin"
0 commit comments