Remove attriutes from InitializeCommand
This commit is contained in:
parent
8e3befc1bd
commit
6095cdda01
|
@ -128,11 +128,7 @@ class InitializeTest extends TestCase
|
||||||
$this->initializeProvider();
|
$this->initializeProvider();
|
||||||
GeneralSettings::fake(['allowed_nami_accounts' => [123]]);
|
GeneralSettings::fake(['allowed_nami_accounts' => [123]]);
|
||||||
|
|
||||||
Artisan::call('nami:initialize', [
|
Artisan::call('nami:initialize');
|
||||||
'--mglnr' => 90166,
|
|
||||||
'--password' => 'secret',
|
|
||||||
'--group_id' => 1000,
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->assertDatabaseHas('regions', [
|
$this->assertDatabaseHas('regions', [
|
||||||
'name' => 'nrw',
|
'name' => 'nrw',
|
||||||
|
|
Loading…
Reference in New Issue