mirror of https://gitee.com/bigwinds/arangodb
ldap test: tripple req
This commit is contained in:
parent
be4da8cd0c
commit
e518d15978
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue