diff options
author | Louis <6653109+artonge@users.noreply.github.com> | 2022-06-27 11:58:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 11:58:54 +0200 |
commit | 0fe7064fc4fbf15272031f852ffbdb6ac08bc6ef (patch) | |
tree | 1805889478c85d5f24d12e1af98a4ad2dca0dad3 /tests | |
parent | 069346b7d376e3149074657732eac0958317f8b8 (diff) | |
parent | 347ca20f4e878a9800bc09b42674a492b5508d68 (diff) | |
download | nextcloud-server-0fe7064fc4fbf15272031f852ffbdb6ac08bc6ef.tar.gz nextcloud-server-0fe7064fc4fbf15272031f852ffbdb6ac08bc6ef.zip |
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.php | 2 |
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', ], ] ], |