0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00
This commit is contained in:
Paolo D'Amico 2021-03-30 09:07:38 -07:00
parent 99ecca5430
commit 2f06b20ad0

View File

@ -33,7 +33,7 @@ class TestPluginAPI(APIBaseTest):
super().setUpTestData()
# We make sure the org has permissions for these tests, particularly for tests on posthog-cloud
cls.organization.level = Organization.PluginsAccessLevel.ROOT
cls.organization.plugins_access_level = Organization.PluginsAccessLevel.ROOT
cls.organization.save()
def test_create_plugin_auth(self, mock_get, mock_reload):