test: fix instance settings creation
This commit is contained in:
parent
22ca3216e8
commit
65a7520553
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
uses(RefreshDatabase::class);
|
||||
|
||||
beforeEach(function () {
|
||||
InstanceSettings::updateOrCreate(['id' => 0]);
|
||||
InstanceSettings::forceCreate(['id' => 0]);
|
||||
RateLimiter::clear('login');
|
||||
|
||||
$this->user = User::factory()->create([
|
||||
|
|
|
|||
Loading…
Reference in a new issue