test: Adjust tests to match code again

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/53502/head
Joas Schilling 11 months ago
parent dd91b8e3db
commit 004eb61716
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
  1. 2
      apps/cloud_federation_api/tests/RequestHandlerControllerTest.php

@ -114,7 +114,7 @@ class RequestHandlerControllerTest extends TestCase {
$user = $this->createMock(IUser::class);
$user->method('getUID')
->willReturn($userId);
$user->method('getPrimaryEMailAddress')
$user->method('getEMailAddress')
->willReturn('email');
$user->method('getDisplayName')
->willReturn('displayName');

Loading…
Cancel
Save