Return tests to passing now that we don't ignore a critical event...

This commit is contained in:
DaneEveritt 2022-05-29 17:52:14 -04:00
parent 09832cc558
commit 0621d8475d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
14 changed files with 44 additions and 60 deletions

View file

@ -40,8 +40,8 @@ class ServerFactory extends Factory
'oom_disabled' => 0,
'startup' => '/bin/bash echo "hello world"',
'image' => 'foo/bar:latest',
'allocation_limit' => 0,
'database_limit' => 0,
'allocation_limit' => null,
'database_limit' => null,
'backup_limit' => 0,
'created_at' => Carbon::now(),
'updated_at' => Carbon::now(),