ldap server close has no callback

This commit is contained in:
Girish Ramakrishnan
2023-10-01 14:33:19 +05:30
parent ceb908bee7
commit 41319bc817
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ async function ldapSearch(dn, opts, auth) {
}
describe('User Directory Ldap', function () {
describe('Directory Server (LDAP)', function () {
const { setup, cleanup, admin, user, app, domain } = common;
let group, group2;
const mockApp = Object.assign({}, app);