Fix tests failing when device with IP 127.1.6.1 (#14016)

This commit is contained in:
Tony Murray
2022-06-07 19:22:29 -05:00
committed by GitHub
parent 1cf067a079
commit d482ab729a

View File

@@ -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");