mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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 = $this->get('login');
|
||||||
|
|
||||||
$response->assertSee('Forgot Your Password?');
|
$response->assertSee('Forgot Password');
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
|
|
Loading…
Add table
Reference in a new issue