better describe

This commit is contained in:
Girish Ramakrishnan
2024-01-23 13:18:00 +01:00
parent 61f5669d76
commit b923925a6c

View File

@@ -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 () {