summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-11 13:34:53 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-30 00:41:10 +0200
commit13818005a3a5b3c6f296810eca64053722a35899 (patch)
tree72373c08fc540b79d470675bb839812f95d04a91 /tests/lib
parent4aece4cae92cd81f6385016f58e5dd91e38b2658 (diff)
downloadnextcloud-server-13818005a3a5b3c6f296810eca64053722a35899.tar.gz
nextcloud-server-13818005a3a5b3c6f296810eca64053722a35899.zip
prov api reports additional emails on getUser
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/Accounts/AccountManagerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Accounts/AccountManagerTest.php b/tests/lib/Accounts/AccountManagerTest.php
index ea82bd04f3f..18f34b454f6 100644
--- a/tests/lib/Accounts/AccountManagerTest.php
+++ b/tests/lib/Accounts/AccountManagerTest.php
@@ -464,6 +464,7 @@ class AccountManagerTest extends TestCase {
$expected = [
'key1' => ['value' => 'value1', 'verified' => '0'],
'key2' => ['value' => 'value1', 'verified' => '0'],
+ 'additional_mail' => []
];
$result = $this->invokePrivate($this->accountManager, 'addMissingDefaultValues', [$input]);