mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Fix broken LoginTest
This commit is contained in:
parent
f56123d954
commit
ec18c80c13
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class LoginTest extends TestCase
|
|||
{
|
||||
$response = $this->get('login');
|
||||
|
||||
$response->assertSee('Forgot Your Password?');
|
||||
$response->assertSee('Forgot Password');
|
||||
}
|
||||
|
||||
/** @test */
|
||||
|
|
Loading…
Reference in a new issue