From e518d159788964c6e601fa0789f1365f4943a24d Mon Sep 17 00:00:00 2001 From: Manuel B Date: Tue, 25 Apr 2017 15:21:02 +0200 Subject: [PATCH] ldap test: tripple req --- js/client/modules/@arangodb/testsuites/ldap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/client/modules/@arangodb/testsuites/ldap.js b/js/client/modules/@arangodb/testsuites/ldap.js index 01a7407307..f42672b580 100644 --- a/js/client/modules/@arangodb/testsuites/ldap.js +++ b/js/client/modules/@arangodb/testsuites/ldap.js @@ -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); }