summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests/Controller/UsersControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/provisioning_api/tests/Controller/UsersControllerTest.php')
-rw-r--r--apps/provisioning_api/tests/Controller/UsersControllerTest.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/provisioning_api/tests/Controller/UsersControllerTest.php b/apps/provisioning_api/tests/Controller/UsersControllerTest.php
index 0cbcccebf6f..24516840a7a 100644
--- a/apps/provisioning_api/tests/Controller/UsersControllerTest.php
+++ b/apps/provisioning_api/tests/Controller/UsersControllerTest.php
@@ -729,7 +729,7 @@ class UsersControllerTest extends TestCase {
'displayname' => 'Demo User',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter',
'groups' => ['group0', 'group1', 'group2']
];
@@ -818,7 +818,7 @@ class UsersControllerTest extends TestCase {
'displayname' => 'Demo User',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter',
'groups' => []
];
@@ -947,7 +947,7 @@ class UsersControllerTest extends TestCase {
'displayname' => 'Subadmin User',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter',
'groups' => []
];
@@ -2632,7 +2632,7 @@ class UsersControllerTest extends TestCase {
'displayname' => 'Demo User',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter'
]
);
@@ -2644,7 +2644,7 @@ class UsersControllerTest extends TestCase {
'email' => 'demo@owncloud.org',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter',
'display-name' => 'Demo User'
];
@@ -2693,7 +2693,7 @@ class UsersControllerTest extends TestCase {
'email' => 'demo@owncloud.org',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter',
'displayname' => 'Demo User'
];