mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Couple of small fixes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
<?php
|
||||
include "includes/syslog.php";
|
||||
|
||||
@@ -29,7 +28,7 @@ class SyslogTest extends \PHPUnit_Framework_TestCase
|
||||
// populate fake $dev_cache and $config
|
||||
global $config, $dev_cache;
|
||||
$dev_cache['1.1.1.1'] = ['device_id' => 1, 'os' => 'ios', 'version' => 1];;
|
||||
$confg = array();
|
||||
$config = array();
|
||||
$config['syslog_filter'] = array();
|
||||
|
||||
// populate test data
|
||||
|
Reference in New Issue
Block a user