diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-12-21 08:11:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 08:11:04 +0100 |
commit | d73fe0ccd984d8cf37c4b7b9b3d5622e1ade4ba9 (patch) | |
tree | faf4d3b6eb056b4ff5b6603fccb614ea823e78b6 /tests | |
parent | 577fb0fcba9accd3fb43f463ef0f8fbc5980277f (diff) | |
parent | 2fe8042fff7853b57c9943748bc7dc8b820bd030 (diff) | |
download | nextcloud-server-d73fe0ccd984d8cf37c4b7b9b3d5622e1ade4ba9.tar.gz nextcloud-server-d73fe0ccd984d8cf37c4b7b9b3d5622e1ade4ba9.zip |
Merge pull request #29879 from nextcloud/bugfix/noid/sharing-enumeration-addressbooks
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Collaboration/Collaborators/MailPluginTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/Collaboration/Collaborators/MailPluginTest.php b/tests/lib/Collaboration/Collaborators/MailPluginTest.php index ad18666e0ae..2b71820af52 100644 --- a/tests/lib/Collaboration/Collaborators/MailPluginTest.php +++ b/tests/lib/Collaboration/Collaborators/MailPluginTest.php @@ -209,6 +209,7 @@ class MailPluginTest extends TestCase { ], ], [ + 'isLocalSystemBook' => true, 'UID' => 'uid1', 'FN' => 'User @ Localhost', 'EMAIL' => [ @@ -263,6 +264,7 @@ class MailPluginTest extends TestCase { ], ], [ + 'isLocalSystemBook' => true, 'UID' => 'uid1', 'FN' => 'User @ Localhost', 'EMAIL' => [ @@ -373,6 +375,7 @@ class MailPluginTest extends TestCase { ], ], [ + 'isLocalSystemBook' => true, 'UID' => 'uid1', 'FN' => 'User @ Localhost', 'EMAIL' => [ |