Fix single failing test

This commit is contained in:
Dane Everitt
2021-01-17 15:55:46 -08:00
parent a75a347d65
commit cb40b280a4
3 changed files with 9 additions and 6 deletions

View File

@@ -129,7 +129,6 @@ class Server extends Model
'startup' => 'required|string',
'skip_scripts' => 'sometimes|boolean',
'image' => 'required|string|max:191',
'installed' => 'in:0,1,2',
'database_limit' => 'present|nullable|integer|min:0',
'allocation_limit' => 'sometimes|nullable|integer|min:0',
'backup_limit' => 'present|nullable|integer|min:0',