Skip to content

Commit 9b29df2

Browse files
Merge pull request #53502 from nextcloud/bugfix/53457/red-ci
2 parents dd91b8e + 004eb61 commit 9b29df2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/cloud_federation_api/tests/RequestHandlerControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function testInviteAccepted(): void {
114114
$user = $this->createMock(IUser::class);
115115
$user->method('getUID')
116116
->willReturn($userId);
117-
$user->method('getPrimaryEMailAddress')
117+
$user->method('getEMailAddress')
118118
->willReturn('email');
119119
$user->method('getDisplayName')
120120
->willReturn('displayName');

0 commit comments

Comments
 (0)