diff --git a/test/php/library/Icinga/Web/Dashboard/DashletTest.php b/test/php/library/Icinga/Web/Dashboard/DashletTest.php index fdf94a268..2ff10178c 100644 --- a/test/php/library/Icinga/Web/Dashboard/DashletTest.php +++ b/test/php/library/Icinga/Web/Dashboard/DashletTest.php @@ -120,8 +120,6 @@ class DashletTest extends BaseDashboardTestCase */ public function testWhetherManageEntryMovesADashletToAnotherPaneAndAnotherHome() { - $this->dashboard->load(); // Not to encounter any duplicate errors - $default = $this->getTestHome(); $home = $this->getTestHome('Home Test'); $this->dashboard->manageEntry([$default, $home]);