mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Wrong snmpsim endpoint for TravisCI pre-start (#11706)
* Wrong snmpsim endpoint for TravisCI pre-start * Fix full check parsing
This commit is contained in:
@@ -240,6 +240,13 @@ class CiHelperTest extends TestCase
|
||||
'lint_skip_bash' => true,
|
||||
'unit_svg' => true,
|
||||
]);
|
||||
|
||||
putenv('FILES=.travis.yml');
|
||||
$helper = new CiHelper();
|
||||
$helper->detectChangedFiles();
|
||||
$this->assertFlagsSet($helper, [
|
||||
'full' => true,
|
||||
]);
|
||||
}
|
||||
|
||||
private function assertFlagsSet(CiHelper $helper, $flags = [])
|
||||
|
||||
Reference in New Issue
Block a user