mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
Make tests compatible with laravel 5.4
This commit is contained in:
@@ -81,7 +81,7 @@ class ProfileControllerTest extends TestCase
|
||||
$this->be($this->user());
|
||||
$response = $this->post(route('profile.delete-account.post'), $data);
|
||||
$response->assertStatus(302);
|
||||
$this->assertRedirectedToRoute('index');
|
||||
$response->assertRedirect(route('index'));
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user