tests/e2e: ensure superuser group is created

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-07-01 12:14:35 +02:00
parent 4280847bcc
commit 3979b0bde7
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ class TestProviderLDAP(SeleniumTestCase):
@retry()
@apply_migration("authentik_core", "0003_default_user")
@apply_migration("authentik_core", "0009_group_is_superuser")
@apply_migration("authentik_flows", "0008_default_flows")
@object_manager
def test_ldap_bind_search(self):