mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix tests failing when device with IP 127.1.6.1 (#14016)
This commit is contained in:
@@ -567,7 +567,7 @@ class ModuleTestHelper
|
||||
'port' => $snmpsim->getPort(),
|
||||
'disabled' => 1, // disable to block normal pollers
|
||||
]);
|
||||
(new ValidateDeviceAndCreate($new_device))->execute();
|
||||
(new ValidateDeviceAndCreate($new_device, true))->execute();
|
||||
$device_id = $new_device->device_id;
|
||||
|
||||
$this->qPrint("Added device: $device_id\n");
|
||||
|
||||
Reference in New Issue
Block a user