diff --git a/tests/e2e/test_provider_ldap.py b/tests/e2e/test_provider_ldap.py index b0f28141c..3b077e071 100644 --- a/tests/e2e/test_provider_ldap.py +++ b/tests/e2e/test_provider_ldap.py @@ -183,7 +183,7 @@ class TestProviderLDAP(SeleniumTestCase): User.objects.filter(username="akadmin").delete() _connection.search( - "ou=users,dc=ldap,dc=goauthentik,dc=io", + "ou=Users,DC=ldaP,dc=goauthentik,dc=io", "(objectClass=user)", search_scope=SUBTREE, attributes=[ALL_ATTRIBUTES, ALL_OPERATIONAL_ATTRIBUTES],