mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix empty output on validation test (#14822)
* Fix empty output on validation test * tried to fix indentation issue * tried to fix indentation issue again * tried to fix stylci test error * remove trailing spaces * Applied styleci diff
This commit is contained in:
@@ -79,7 +79,7 @@ class CheckSchemaCollation implements Validation, ValidationFixer
|
||||
}, $collation_columns));
|
||||
}
|
||||
|
||||
return ValidationResult::ok('');
|
||||
return ValidationResult::ok(trans('validation.validations.database.CheckSchemaCollation.ok'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -218,7 +218,7 @@ return [
|
||||
'ok' => 'Database Schema is current',
|
||||
],
|
||||
'CheckSchemaCollation' => [
|
||||
|
||||
'ok' => 'Database and column collations are correct',
|
||||
],
|
||||
],
|
||||
'distributedpoller' => [
|
||||
|
||||
Reference in New Issue
Block a user