summaryrefslogtreecommitdiff
path: root/jstests/auth/readIndex.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/readIndex.js')
-rw-r--r--jstests/auth/readIndex.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/auth/readIndex.js b/jstests/auth/readIndex.js
index 39ef54b31f8..379d82e8ae8 100644
--- a/jstests/auth/readIndex.js
+++ b/jstests/auth/readIndex.js
@@ -7,8 +7,8 @@ var testDB = conn.getDB("testdb");
testDB.foo.insert({a:1});
testDB.addUser({user:'dbAdmin',
- pwd:'password',
- roles:['dbAdmin']});
+ pwd:'password',
+ roles:['dbAdmin']});
testDB.auth('dbAdmin', 'password');
testDB.foo.ensureIndex({a:1});