summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-05 14:51:55 +0200
committerJoas Schilling <coding@schilljs.com>2017-04-07 12:50:47 +0200
commit3d628783d93edc7e067dcaaa3f1883dd84108a85 (patch)
treeb24d1bc785a3c18cd25f028f77612a9a33c92e84 /apps/provisioning_api/tests
parent98312a9a58ad4b4990648d5b4ee9aaf711bca035 (diff)
downloadnextcloud-server-3d628783d93edc7e067dcaaa3f1883dd84108a85.tar.gz
nextcloud-server-3d628783d93edc7e067dcaaa3f1883dd84108a85.zip
Allow to change account info via provisioning api
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/provisioning_api/tests')
-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 b5b63319d35..2c85fe0483b 100644
--- a/apps/provisioning_api/tests/Controller/UsersControllerTest.php
+++ b/apps/provisioning_api/tests/Controller/UsersControllerTest.php
@@ -734,7 +734,7 @@ class UsersControllerTest extends TestCase {
'displayname' => 'Demo User',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter',
'groups' => ['group0', 'group1', 'group2']
];
@@ -823,7 +823,7 @@ class UsersControllerTest extends TestCase {
'displayname' => 'Demo User',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter',
'groups' => []
];
@@ -952,7 +952,7 @@ class UsersControllerTest extends TestCase {
'displayname' => 'Subadmin User',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter',
'groups' => []
];
@@ -2636,7 +2636,7 @@ class UsersControllerTest extends TestCase {
'displayname' => 'Demo User',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter'
]
);
@@ -2648,7 +2648,7 @@ class UsersControllerTest extends TestCase {
'email' => 'demo@owncloud.org',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter',
'display-name' => 'Demo User'
];
@@ -2696,7 +2696,7 @@ class UsersControllerTest extends TestCase {
'email' => 'demo@owncloud.org',
'phone' => 'phone',
'address' => 'address',
- 'webpage' => 'website',
+ 'website' => 'website',
'twitter' => 'twitter',
'displayname' => 'Demo User'
];