Regression fix from #13596 (#14034)

This commit is contained in:
Jellyfrog
2022-06-13 18:40:53 +02:00
committed by GitHub
parent 967c880d86
commit 051c72b9bc

View File

@@ -150,7 +150,7 @@ class ModuleTestHelper
public function captureFromDevice(int $device_id, bool $prefer_new = false, bool $full = false): void
{
if ($full) {
$snmp_oids[] = [
$snmp_oids[][] = [
'oid' => '.',
'method' => 'walk',
'mib' => null,