Skip to content

Commit

Permalink
Fixes failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Oct 28, 2024
1 parent e9b088f commit 2eb8e74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integration/Importers/Actions/RecordImporterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class RecordImporterTest extends BaseRecordImporterTest
public function setUp(): void
{
parent::setUp();
// Ensure plugin is activated, otherwise adding a site with this type will fail
\Piwik\Plugin\Manager::getInstance()->activatePlugin('MobileAppMeasurable');
Fixture::createWebsite('2012-02-02 03:04:04', 1, 'mobile app', \false, 0, null, null, null, Type::ID);
}
public function getTestDir()
Expand Down

0 comments on commit 2eb8e74

Please sign in to comment.