Merge pull request #53502 from nextcloud/bugfix/53457/red-ci

This commit is contained in:
Kate 2025-06-16 08:09:02 +02:00 committed by GitHub
commit 9b29df2dd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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');