diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-10-22 11:52:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 11:52:56 +0200 |
commit | c98039c1df19f8b53efea5b627d5e8f183ec77c3 (patch) | |
tree | fd4fef772d501f21573bdf1a16e30a68c907060d /tests | |
parent | 0a359376628b36256aa8332d79b1af1dfc513ce8 (diff) | |
parent | 193cf6cfde8a91e225947021e582997403074c78 (diff) | |
download | nextcloud-server-c98039c1df19f8b53efea5b627d5e8f183ec77c3.tar.gz nextcloud-server-c98039c1df19f8b53efea5b627d5e8f183ec77c3.zip |
Merge pull request #26725 from nextcloud/fix-federated-scope-not-shown-when-public-addressbook-upload-is-disabled
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Accounts/AccountPropertyTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Accounts/AccountPropertyTest.php b/tests/lib/Accounts/AccountPropertyTest.php index 50c3b8f84a4..c2ba96ef8a5 100644 --- a/tests/lib/Accounts/AccountPropertyTest.php +++ b/tests/lib/Accounts/AccountPropertyTest.php @@ -78,6 +78,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], |