Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Closes nextcloud#29433 

Signed-off-by: ITManager <3145531+itmanagerro@users.noreply.github.com>
  • Loading branch information
itmanagerro authored Feb 6, 2022
1 parent c0c8cfa commit 51f260f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function testHttpGetOnHttps() {

$user = $this->createMock(IUser::class);
$user->expects($this->at(0))
->method('getUID')
->method('getEMailAddress')
->willReturn('userName');

$this->userSession->expects($this->at(0))
Expand Down

0 comments on commit 51f260f

Please sign in to comment.