diff --git a/tests/e2e/test_provider_ldap.py b/tests/e2e/test_provider_ldap.py index aa12587ab..3d476a5ad 100644 --- a/tests/e2e/test_provider_ldap.py +++ b/tests/e2e/test_provider_ldap.py @@ -191,6 +191,7 @@ class TestProviderLDAP(SeleniumTestCase): "default/flow-default-authentication-flow.yaml", "default/flow-default-invalidation-flow.yaml", ) + @reconcile_app("authentik_tenants") @reconcile_app("authentik_outposts") def test_ldap_bind_search(self): """Test simple bind + search""" @@ -339,6 +340,7 @@ class TestProviderLDAP(SeleniumTestCase): "default/flow-default-authentication-flow.yaml", "default/flow-default-invalidation-flow.yaml", ) + @reconcile_app("authentik_tenants") @reconcile_app("authentik_outposts") def test_ldap_schema(self): """Test LDAP Schema""" @@ -360,6 +362,7 @@ class TestProviderLDAP(SeleniumTestCase): "default/flow-default-authentication-flow.yaml", "default/flow-default-invalidation-flow.yaml", ) + @reconcile_app("authentik_tenants") @reconcile_app("authentik_outposts") def test_ldap_search_attrs_filter(self): """Test search with attributes filtering"""