1
0
Fork 0

ldap test: tripple req

This commit is contained in:
Manuel B 2017-04-25 15:21:02 +02:00 committed by GitHub
parent be4da8cd0c
commit e518d15978
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ function ldap(options) {
body: JSON.stringify({username: t.user.name, password: t.user.pass})
});
results[t.name] = { status: t.result.statusCode == res.statusCode };
results[t.name] = { status: t.result.statusCode === res.statusCode };
pu.shutdownInstance(adbInstance, options);
}