diff --git a/tests/Feature/Banking/AccountsTest.php b/tests/Feature/Banking/AccountsTest.php index 67c2cc965..34ae53172 100644 --- a/tests/Feature/Banking/AccountsTest.php +++ b/tests/Feature/Banking/AccountsTest.php @@ -27,7 +27,7 @@ class AccountsTest extends FeatureTestCase public function testItShouldCreateAccount() { $this->loginAs() - ->post(route('accounts.index'), $this->getRequest()) + ->post(route('accounts.store'), $this->getRequest()) ->assertStatus(200); $this->assertFlashLevel('success');