summaryrefslogtreecommitdiff
path: root/jstests/auth
diff options
context:
space:
mode:
authorMike Grundy <michael.grundy@10gen.com>2016-03-17 14:41:31 -0400
committerMike Grundy <michael.grundy@10gen.com>2016-03-18 17:10:31 -0400
commit1be713cebbb9411d2977ec9996931a4508252af0 (patch)
treea199db2a273ebb5ca4289158ee5f63066cb3926a /jstests/auth
parentd82956a6fe2e7d5dd6216e66e95900d73dbf2e0c (diff)
downloadmongo-1be713cebbb9411d2977ec9996931a4508252af0.tar.gz
SERVER-23067 Final round of JS linting and formatting
Diffstat (limited to 'jstests/auth')
-rw-r--r--jstests/auth/copyauth.js2
-rw-r--r--jstests/auth/log_user_basic.js4
2 files changed, 3 insertions, 3 deletions
diff --git a/jstests/auth/copyauth.js b/jstests/auth/copyauth.js
index a8083df400e..3627038abbd 100644
--- a/jstests/auth/copyauth.js
+++ b/jstests/auth/copyauth.js
@@ -1,7 +1,7 @@
// Test copyDatabase command with various combinations of authed/unauthed and single node/replica
// set source and dest.
-TestData.authMechanism = "SCRAM-SHA-1"; // SERVER-11428
+TestData.authMechanism = "SCRAM-SHA-1"; // SERVER-11428
DB.prototype._defaultAuthenticationMechanism = "SCRAM-SHA-1"; // SERVER-11428
var baseName = "jstests_clone_copyauth";
diff --git a/jstests/auth/log_user_basic.js b/jstests/auth/log_user_basic.js
index 06e74ea3109..817d83ac519 100644
--- a/jstests/auth/log_user_basic.js
+++ b/jstests/auth/log_user_basic.js
@@ -59,9 +59,9 @@ if (0) {
*/
var doTest = function(conn1, conn2) {
var connInfo1 = {
- id: null, // thread id of this connection
+ id: null, // thread id of this connection
mongo: conn1, // connection object
- users: {} // contains authenticated users represented as a map of db to user names.
+ users: {} // contains authenticated users represented as a map of db to user names.
};
var connInfo2 = {