mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix incorrect word polled/discovered (#8606)
This commit is contained in:
committed by
Neil Lathwood
parent
ecfdb681a9
commit
d69e965309
@ -76,7 +76,7 @@ class OSModulesTest extends DBTestCase
|
||||
"OS $os: Discovered $module data does not match that found in $filename\n"
|
||||
. print_r(array_diff($expected, $actual), true)
|
||||
. $helper->getDiscoveryOutput($debug ? null : $module)
|
||||
. "\nOS $os: Polled $module data does not match that found in $filename"
|
||||
. "\nOS $os: Discovered $module data does not match that found in $filename"
|
||||
);
|
||||
|
||||
if ($expected_data[$module]['poller'] == 'matches discovery') {
|
||||
|
Reference in New Issue
Block a user