mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixes settings problem in unit tests
This commit is contained in:
parent
021e723acf
commit
dfb1ff81e6
|
@ -210,5 +210,6 @@ $factory->define(App\Models\Setting::class, function ($faker) {
|
||||||
'brand' => 1,
|
'brand' => 1,
|
||||||
'default_currency' => $faker->currencyCode,
|
'default_currency' => $faker->currencyCode,
|
||||||
'locale' => $faker->locale,
|
'locale' => $faker->locale,
|
||||||
|
'pwd_secure_min' => 5,
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue