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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-11-03 12:17:18 +0300
committerGitHub <noreply@github.com>2021-11-03 12:17:18 +0300
commitd87894a287719043409ac400728e4efe28ca758a (patch)
tree9c0064838dfd225a164c55fbb730c50646f93a09 /tests
parent9c13685ad4cc07b9053ea09bb0ccee51da6e442a (diff)
parent46290e9796d0b0bfe414c6dbad296aa5469b837c (diff)
Merge pull request #29384 from nextcloud/backport/26725/stable21
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Accounts/AccountPropertyTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Accounts/AccountPropertyTest.php b/tests/lib/Accounts/AccountPropertyTest.php
index f99abc21f83..767e1b70aa1 100644
--- a/tests/lib/Accounts/AccountPropertyTest.php
+++ b/tests/lib/Accounts/AccountPropertyTest.php
@@ -75,6 +75,7 @@ class AccountPropertyTest extends TestCase {
// current values
[IAccountManager::SCOPE_PRIVATE, IAccountManager::SCOPE_PRIVATE],
[IAccountManager::SCOPE_LOCAL, IAccountManager::SCOPE_LOCAL],
+ [IAccountManager::SCOPE_FEDERATED, IAccountManager::SCOPE_FEDERATED],
[IAccountManager::SCOPE_PUBLISHED, IAccountManager::SCOPE_PUBLISHED],
// legacy values
[IAccountManager::VISIBILITY_PRIVATE, IAccountManager::SCOPE_LOCAL],