mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fix test.
This commit is contained in:
@@ -41,7 +41,7 @@ class HomeControllerTest extends TestCase
|
||||
public function testDisplayError()
|
||||
{
|
||||
$this->be($this->user());
|
||||
$this->call('GET', route('displayError'));
|
||||
$this->call('GET', route('error'));
|
||||
$this->assertResponseStatus(500);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user