Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLouis <6653109+artonge@users.noreply.github.com>2022-06-27 12:58:54 +0300
committerGitHub <noreply@github.com>2022-06-27 12:58:54 +0300
commit0fe7064fc4fbf15272031f852ffbdb6ac08bc6ef (patch)
tree1805889478c85d5f24d12e1af98a4ad2dca0dad3 /tests
parent069346b7d376e3149074657732eac0958317f8b8 (diff)
parent347ca20f4e878a9800bc09b42674a492b5508d68 (diff)
Merge pull request #32998 from nextcloud/fix/setting_name
Rename setting name to reduce its length
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Collaboration/Collaborators/UserPluginTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Collaboration/Collaborators/UserPluginTest.php b/tests/lib/Collaboration/Collaborators/UserPluginTest.php
index 2c8297014d2..0d9d89c7f8b 100644
--- a/tests/lib/Collaboration/Collaborators/UserPluginTest.php
+++ b/tests/lib/Collaboration/Collaborators/UserPluginTest.php
@@ -656,7 +656,7 @@ class UserPluginTest extends TestCase {
[
'core' => [
'shareapi_allow_share_dialog_user_enumeration' => 'no',
- 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name' => 'yes',
+ 'shareapi_restrict_user_enumeration_full_match_ignore_second_dn' => 'yes',
],
]
],