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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-11 14:34:53 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-06-30 08:15:48 +0300
commit4398cf85c121db105a65dede2542f7074c3e76c1 (patch)
tree33323a68ffa4c0d932a5310d9728d9c3e234af2f /tests
parente74f5aeec27d943ba7ba276190bf2846bf49ee71 (diff)
prov api reports additional emails on getUser
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests')
-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]);