summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-08-29 21:33:53 -0400
committerDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-08-29 21:33:53 -0400
commit21bbb74e8c9657e6cfb93458713492f11a4fdc45 (patch)
treef57d9a9a28bf1401fd426f72754400b9e6a44a18
parent5a6c50e99e544ad0d2efa5e377c4fb4c74f1f545 (diff)
downloadmongo-21bbb74e8c9657e6cfb93458713492f11a4fdc45.tar.gz
SERVER-36015: Fix lint.
-rw-r--r--jstests/auth/basic_role_auth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/basic_role_auth.js b/jstests/auth/basic_role_auth.js
index f21ef40d962..e610d1ed493 100644
--- a/jstests/auth/basic_role_auth.js
+++ b/jstests/auth/basic_role_auth.js
@@ -124,7 +124,7 @@ var testOps = function(db, allowedActions) {
var res = db.runCommand({"listIndexes": "user"});
if (res.code == errorCodeUnauthorized) {
- throw Error("unauthorized listIndexes")
+ throw Error("unauthorized listIndexes");
}
});