From 9198cd7861b1750de0ddbea2e8262e53dad38bcd Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 21 Aug 2014 15:27:08 +0200 Subject: [PATCH] Small bugfix in test. --- app/tests/controllers/RecurringControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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