Skip to content

Commit

Permalink
adjust tests after #36665
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
  • Loading branch information
julien-nc committed Mar 23, 2023
1 parent cd045de commit f70aa9f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ public function testGetUserDataAsAdmin() {
'quota' => ['DummyValue'],
'email' => 'demo@nextcloud.com',
'displayname' => 'Demo User',
'display-name' => 'Demo User',
'phone' => 'phone',
'address' => 'address',
'website' => 'website',
Expand Down Expand Up @@ -1210,6 +1211,7 @@ public function testGetUserDataAsSubAdminAndUserIsAccessible() {
'quota' => ['DummyValue'],
'email' => 'demo@nextcloud.com',
'displayname' => 'Demo User',
'display-name' => 'Demo User',
'phone' => 'phone',
'address' => 'address',
'website' => 'website',
Expand Down Expand Up @@ -1387,6 +1389,7 @@ public function testGetUserDataAsSubAdminSelfLookup() {
'quota' => ['DummyValue'],
'email' => 'subadmin@nextcloud.com',
'displayname' => 'Subadmin User',
'display-name' => 'Subadmin User',
'phone' => 'phone',
'address' => 'address',
'website' => 'website',
Expand Down Expand Up @@ -3542,6 +3545,7 @@ public function testGetCurrentUserLoggedIn() {
'quota' => ['DummyValue'],
'email' => 'demo@nextcloud.com',
'displayname' => 'Demo User',
'display-name' => 'Demo User',
'phone' => 'phone',
'address' => 'address',
'website' => 'website',
Expand Down Expand Up @@ -3629,6 +3633,7 @@ public function testGetUser() {
'twitter' => 'twitter',
'fediverse' => 'fediverse',
'displayname' => 'Demo User',
'display-name' => 'Demo User',
'organisation' => 'organisation',
'role' => 'role',
'headline' => 'headline',
Expand Down

0 comments on commit f70aa9f

Please sign in to comment.