try fixing e2e tests
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
cf393f9334
commit
6e96303794
|
@ -191,6 +191,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
||||||
"default/flow-default-authentication-flow.yaml",
|
"default/flow-default-authentication-flow.yaml",
|
||||||
"default/flow-default-invalidation-flow.yaml",
|
"default/flow-default-invalidation-flow.yaml",
|
||||||
)
|
)
|
||||||
|
@reconcile_app("authentik_tenants")
|
||||||
@reconcile_app("authentik_outposts")
|
@reconcile_app("authentik_outposts")
|
||||||
def test_ldap_bind_search(self):
|
def test_ldap_bind_search(self):
|
||||||
"""Test simple bind + search"""
|
"""Test simple bind + search"""
|
||||||
|
@ -339,6 +340,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
||||||
"default/flow-default-authentication-flow.yaml",
|
"default/flow-default-authentication-flow.yaml",
|
||||||
"default/flow-default-invalidation-flow.yaml",
|
"default/flow-default-invalidation-flow.yaml",
|
||||||
)
|
)
|
||||||
|
@reconcile_app("authentik_tenants")
|
||||||
@reconcile_app("authentik_outposts")
|
@reconcile_app("authentik_outposts")
|
||||||
def test_ldap_schema(self):
|
def test_ldap_schema(self):
|
||||||
"""Test LDAP Schema"""
|
"""Test LDAP Schema"""
|
||||||
|
@ -360,6 +362,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
||||||
"default/flow-default-authentication-flow.yaml",
|
"default/flow-default-authentication-flow.yaml",
|
||||||
"default/flow-default-invalidation-flow.yaml",
|
"default/flow-default-invalidation-flow.yaml",
|
||||||
)
|
)
|
||||||
|
@reconcile_app("authentik_tenants")
|
||||||
@reconcile_app("authentik_outposts")
|
@reconcile_app("authentik_outposts")
|
||||||
def test_ldap_search_attrs_filter(self):
|
def test_ldap_search_attrs_filter(self):
|
||||||
"""Test search with attributes filtering"""
|
"""Test search with attributes filtering"""
|
||||||
|
|
Reference in New Issue