From 1be713cebbb9411d2977ec9996931a4508252af0 Mon Sep 17 00:00:00 2001 From: Mike Grundy Date: Thu, 17 Mar 2016 14:41:31 -0400 Subject: SERVER-23067 Final round of JS linting and formatting --- jstests/auth/copyauth.js | 2 +- jstests/auth/log_user_basic.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'jstests/auth') 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 = { -- cgit v1.2.1