show password recovery always, fix test

This commit is contained in:
msquare 2019-07-21 19:17:41 +02:00
parent eefae43a47
commit 6df62659da
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class AuthControllerTest extends TestCase
$response->expects($this->once()) $response->expects($this->once())
->method('withView') ->method('withView')
->with('pages/login', ['errors' => Collection::make(['auth.not-found']), 'show_password_recovery' => true]) ->with('pages/login', ['errors' => Collection::make(['auth.not-found'])])
->willReturn($response); ->willReturn($response);
$response->expects($this->once()) $response->expects($this->once())
->method('redirectTo') ->method('redirectTo')