mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 10:07:30 +02:00
feat: [OCISDEV-588] remove deprecated ocis env vars (#11942)
* feat: remove obsolete env var * add comments for sonarcloud --------- Co-authored-by: Martin Mattel <github@diemattels.at>
This commit is contained in:
@@ -507,10 +507,7 @@ Feature: edit/search user including email
|
||||
|
||||
|
||||
Scenario: non-admin user searches other users by e-mail
|
||||
Given the following configs have been set:
|
||||
| service | config | value |
|
||||
| graph | OCIS_USER_SEARCH_DISPLAYED_ATTRIBUTES | |
|
||||
| graph | OCIS_SHOW_USER_EMAIL_IN_RESULTS | true |
|
||||
Given the config "OCIS_USER_SEARCH_DISPLAYED_ATTRIBUTES" has been set to "mail" for "graph" service
|
||||
And the administrator has assigned the role "Admin" to user "Alice" using the Graph API
|
||||
When user "Alice" gets information of user "Brian" using Graph API
|
||||
Then the HTTP status code should be "200"
|
||||
|
||||
Reference in New Issue
Block a user