mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix setting the device wrong field in module tests (#16296)
This commit is contained in:
@@ -572,7 +572,7 @@ class ModuleTestHelper
|
||||
try {
|
||||
$new_device = new Device([
|
||||
'hostname' => $snmpsim->ip,
|
||||
'version' => 'v2c',
|
||||
'snmpver' => 'v2c',
|
||||
'community' => $this->file_name,
|
||||
'port' => $snmpsim->port,
|
||||
'disabled' => 1, // disable to block normal pollers
|
||||
|
Reference in New Issue
Block a user