From 0da632444c220ba18be259b8459c178c85ab9ec7 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Fri, 3 Jun 2022 18:06:43 +0200 Subject: [PATCH] DashletTest: Remove unnecessary `Dashboard::load()` call --- test/php/library/Icinga/Web/Dashboard/DashletTest.php | 2 -- 1 file changed, 2 deletions(-) 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]);