Test bugfix solved
This commit is contained in:
parent
4c49095928
commit
c1d0cd6afb
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user