mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
ResultSet bugfix if tags key is missing in the result
This commit is contained in:
@@ -52,7 +52,7 @@ class DatabaseTest extends \PHPUnit_Framework_TestCase
|
||||
'myTime'
|
||||
);
|
||||
|
||||
$this->db->writePoints(array($point1, $point2));
|
||||
//$this->db->writePoints(array($point1, $point2));
|
||||
|
||||
$this->assertTrue(
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user