diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php index 701f87b3a7f..c031074125e 100755 --- a/tests/PHPUnit/IntegrationTestCase.php +++ b/tests/PHPUnit/IntegrationTestCase.php @@ -273,7 +273,8 @@ public function setUp() 'UserCountry.getLocationFromIP', 'Dashboard', 'ExamplePluginTemplate', - 'CustomAlerts' + 'CustomAlerts', + 'Insights' ); const DEFAULT_USER_PASSWORD = 'nopass';