Fix test
This commit is contained in:
@@ -89,7 +89,7 @@ async function setConfig(newConfig, auditSource) {
|
||||
|
||||
await eventlog.add(eventlog.ACTION_EXTERNAL_LDAP_CONFIGURE, auditSource, { oldConfig: removePrivateFields(currentConfig), config: removePrivateFields(newConfig) });
|
||||
|
||||
await cron.handleExternalLdapChanged();
|
||||
await cron.handleExternalLdapChanged(newConfig);
|
||||
}
|
||||
|
||||
// performs service bind if required
|
||||
|
||||
Reference in New Issue
Block a user