From c1d0cd6afbd044b945d7e17298b6b361c56c5971 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Sat, 29 May 2021 17:57:45 +0300 Subject: [PATCH] Test bugfix solved --- tests/Feature/Wizard/CompaniesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');