mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-01 07:59:26 -05:00
LegacyStorageTest: use better-fitting helper
This commit is contained in:
parent
86723f6688
commit
5c84ae3051
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class LegacyStorageTest extends BaseTestCase
|
|||
{
|
||||
$this->assertEquals(
|
||||
'https://top.example.com/',
|
||||
$this->makeInstance()->loadProcess('simple_with-header')->getNode('top')->getInfoUrl()
|
||||
$this->makeInstance()->loadProcess('simple_with-header')->getBpNode('top')->getInfoUrl()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue