diff --git a/posthog/tasks/test/test_status_report.py b/posthog/tasks/test/test_status_report.py index ccbc2644d56..588efa86919 100644 --- a/posthog/tasks/test/test_status_report.py +++ b/posthog/tasks/test/test_status_report.py @@ -65,6 +65,7 @@ class TestStatusReport(APIBaseTest): created_at=created_at, properties={"$lib": lib}, ) + # force test def _create_plugin(self, name: str, enabled: bool) -> None: plugin = Plugin.objects.create(organization_id=self.team.organization.pk, name=name)