mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Fix incorrect authentikm url in cypress test
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user