summaryrefslogtreecommitdiff
path: root/jstests/auth/auth_options.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/auth_options.js')
-rw-r--r--jstests/auth/auth_options.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/auth/auth_options.js b/jstests/auth/auth_options.js
index d2f89d12a0f..aa8bd7ee9eb 100644
--- a/jstests/auth/auth_options.js
+++ b/jstests/auth/auth_options.js
@@ -3,9 +3,7 @@ var baseName = "jstests_auth_auth_options";
load('jstests/libs/command_line/test_parsed_options.js');
jsTest.log("Testing \"auth\" command line option");
-var expectedResult = {
- "parsed": {"security": {"authorization": "enabled"}}
-};
+var expectedResult = {"parsed": {"security": {"authorization": "enabled"}}};
testGetCmdLineOptsMongod({auth: ""}, expectedResult);