1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-28 08:02:00 +03:00

Fix incorrect authentikm url in cypress test

This commit is contained in:
Jamie Curnow
2024-11-13 08:24:55 +10:00
parent 050c087a51
commit 03b3b6379b
4 changed files with 12 additions and 6 deletions

View File

@ -14,7 +14,7 @@ describe('LDAP with Authentik', () => {
path: '/api/settings/ldap-auth',
data: {
value: {
host: 'authentik-ldap:3389',
host: Cypress.env('authentik-ldap'),
base_dn: 'ou=users,DC=ldap,DC=goauthentik,DC=io',
user_dn: 'cn={{USERNAME}},ou=users,DC=ldap,DC=goauthentik,DC=io',
email_property: 'mail',