better describe
This commit is contained in:
@@ -611,17 +611,12 @@ describe('External LDAP', function () {
|
||||
});
|
||||
});
|
||||
|
||||
describe('user auto creation', function () {
|
||||
describe('maybeCreateUser - user auto creation', function () {
|
||||
const ldapUsers = [], ldapGroups = [];
|
||||
|
||||
before(async function () {
|
||||
ldapServer.setUsers(ldapUsers);
|
||||
ldapServer.setGroups(ldapGroups);
|
||||
//await server.start();
|
||||
});
|
||||
|
||||
after(async function () {
|
||||
//await server.stop();
|
||||
});
|
||||
|
||||
it('enable', async function () {
|
||||
|
||||
Reference in New Issue
Block a user