summaryrefslogtreecommitdiff
path: root/jstests/replsets/auth1.js
diff options
context:
space:
mode:
authorMike Grundy <michael.grundy@10gen.com>2016-02-04 12:30:42 -0500
committerMike Grundy <michael.grundy@10gen.com>2016-02-05 15:00:51 -0500
commitf768da59c3c4bbee218355e2c9c7bdd1df266ff4 (patch)
tree7f15ac93b8d026cad7e3e4acbb76dca754822ebb /jstests/replsets/auth1.js
parentbb207e87bbf6593cc73be1e4f684f3e83191ff61 (diff)
downloadmongo-f768da59c3c4bbee218355e2c9c7bdd1df266ff4.tar.gz
SERVER-22341 fix jslint errors in jstests/replsets with eslint --fix
Diffstat (limited to 'jstests/replsets/auth1.js')
-rw-r--r--jstests/replsets/auth1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/auth1.js b/jstests/replsets/auth1.js
index 4910ad3b66a..b665eec2d90 100644
--- a/jstests/replsets/auth1.js
+++ b/jstests/replsets/auth1.js
@@ -78,7 +78,7 @@ function doQueryOn(p) {
}, [], "find did not throw, returned: " + tojson(r)).toString();
printjson(error);
assert.gt(error.indexOf("not authorized"), -1, "error was non-auth");
-};
+}
doQueryOn(slave);
master.adminCommand({logout:1});