0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00

force tests

This commit is contained in:
kunal 2021-06-04 10:52:09 -07:00
parent 294ca98d38
commit 4878fda1e8

View File

@ -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)