Merge pull request #1479 from burakcakirel/test-customer-portal-login

Fix permission error in portal for test customer in tests
This commit is contained in:
Denis Duliçi
2020-06-09 09:19:08 +03:00
committed by GitHub

View File

@@ -83,7 +83,7 @@ class TestCompany extends Seeder
'password_confirmation' => '123456',
'company_id' => session('company_id'),
'enabled' => '1',
'create_user' => 1,
'create_user' => 'true',
]));
$this->command->info('Test customer created.');