mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaHostTest: fix delete order for failing test
This commit is contained in:
parent
6243fa33ff
commit
41b909e64e
@ -174,8 +174,8 @@ class IcingaHostTest extends BaseTestCase
|
||||
$zone->store($db);
|
||||
|
||||
$host->store($db);
|
||||
$zone->delete();
|
||||
$host->delete();
|
||||
$zone->delete();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user