summaryrefslogtreecommitdiffstats
path: root/tests/unit/Service/SocialApiServiceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/Service/SocialApiServiceTest.php')
-rw-r--r--tests/unit/Service/SocialApiServiceTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/Service/SocialApiServiceTest.php b/tests/unit/Service/SocialApiServiceTest.php
index eba6d9a3..9c2ab925 100644
--- a/tests/unit/Service/SocialApiServiceTest.php
+++ b/tests/unit/Service/SocialApiServiceTest.php
@@ -109,10 +109,10 @@ class SocialApiServiceTest extends TestCase {
public function updateAddressbookProvider() {
return [
- 'not user enabled' => ['yes', 'no', Http::STATUS_FORBIDDEN],
- 'not admin allowed' => ['no', 'yes', Http::STATUS_FORBIDDEN],
- 'not allowed, not enabled' => ['no', 'no', Http::STATUS_FORBIDDEN],
- 'allowed and enabled' => ['yes', 'yes', Http::STATUS_OK],
+ 'not user enabled' => ['yes', 'no', Http::STATUS_FORBIDDEN],
+ 'not admin allowed' => ['no', 'yes', Http::STATUS_FORBIDDEN],
+ 'not allowed, not enabled' => ['no', 'no', Http::STATUS_FORBIDDEN],
+ 'allowed and enabled' => ['yes', 'yes', Http::STATUS_OK],
];
}