mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-30 19:41:46 +01:00
fix typo
This commit is contained in:
parent
99ecca5430
commit
2f06b20ad0
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user