diff --git a/tests/Feature/Wizard/CompaniesTest.php b/tests/Feature/Wizard/CompaniesTest.php index 4e43f77e4..411d5ad4c 100644 --- a/tests/Feature/Wizard/CompaniesTest.php +++ b/tests/Feature/Wizard/CompaniesTest.php @@ -19,7 +19,7 @@ class CompaniesTest extends FeatureTestCase $request = $this->getRequest(); $this->loginAs() - ->patch(route('wizard.companies.update'), $request) + ->post(route('wizard.companies.update'), $request) ->assertStatus(200); $this->assertFlashLevel('success');