From 6e96303794ce7fd4e9390fa36a6859ad2dfcdee3 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Thu, 7 Dec 2023 10:38:15 +0100 Subject: [PATCH] try fixing e2e tests Signed-off-by: Marc 'risson' Schmitt --- tests/e2e/test_provider_ldap.py | 3 +++ 1 file changed, 3 insertions(+) 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"""