diff --git a/tests/acceptance/Controllers/TransactionControllerTest.php b/tests/acceptance/Controllers/TransactionControllerTest.php index a5ce3b5364..613104d265 100644 --- a/tests/acceptance/Controllers/TransactionControllerTest.php +++ b/tests/acceptance/Controllers/TransactionControllerTest.php @@ -150,7 +150,7 @@ class TransactionControllerTest extends TestCase 'date' => '2015-01-01', ]; $this->be($this->user()); - $this->call('POST', '/transaction/update/1', $args); + $this->call('POST', '/transaction/update/4', $args); $this->assertResponseStatus(302); $this->assertSessionHas('success'); }