Fix ldap tests
This commit is contained in:
@@ -32,8 +32,8 @@ function setup(done) {
|
||||
database.initialize.bind(null),
|
||||
database._clear.bind(null),
|
||||
ldapServer.start.bind(null),
|
||||
user.create.bind(null, USER_0.username, USER_0.password, USER_0.email, true, null),
|
||||
user.create.bind(null, USER_1.username, USER_1.password, USER_1.email, false, USER_0)
|
||||
user.create.bind(null, USER_0.username, USER_0.password, USER_0.email, true, null, false),
|
||||
user.create.bind(null, USER_1.username, USER_1.password, USER_1.email, false, USER_0, false)
|
||||
], done);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user