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:
Michal Klos
2026-01-22 17:46:42 +01:00
committed by GitHub
parent 4542516383
commit 3e5a8683b9
11 changed files with 45 additions and 62 deletions

View File

@@ -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"