mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
IcingaHostTest: missing lazy deps are Runtime ex.
This commit is contained in:
parent
f2e6f86d8e
commit
c93b4b0a24
@ -256,7 +256,7 @@ class IcingaHostTest extends BaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Icinga\Exception\NotFoundError
|
||||
* @expectedException \RuntimeException
|
||||
*/
|
||||
public function testFailsToStoreWithMissingLazyRelations()
|
||||
{
|
||||
@ -337,7 +337,7 @@ class IcingaHostTest extends BaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Icinga\Exception\NotFoundError
|
||||
* @expectedException \RuntimeException
|
||||
*/
|
||||
public function testFailsToStoreWithInvalidUnresolvedDependencies()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user