diff --git a/app/tests/controllers/RecurringControllerTest.php b/app/tests/controllers/RecurringControllerTest.php index 2c210e6672..57ba2d6623 100644 --- a/app/tests/controllers/RecurringControllerTest.php +++ b/app/tests/controllers/RecurringControllerTest.php @@ -162,6 +162,6 @@ class RecurringControllerTest extends TestCase $this->action('POST', 'RecurringController@update', $recurringTransaction->id); - $this->assertResponseOk(); + $this->assertResponseStatus(302); } } \ No newline at end of file