mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 02:47:38 +02:00
HomeTest: Fix logic failure when asserting removed homes
This commit is contained in:
parent
05fec9de89
commit
8ef46f3789
@ -83,7 +83,7 @@ class HomeTest extends BaseDashboardTestCase
|
||||
$this->dashboard->removeEntries();
|
||||
$this->dashboard->load();
|
||||
|
||||
$this->assertTrue(
|
||||
$this->assertFalse(
|
||||
$this->dashboard->hasEntries(),
|
||||
'Dashboard::removeEntries() could not remove all Dashboard Homes'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user