summaryrefslogtreecommitdiff
path: root/jstests/auth/getMore.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/getMore.js')
-rw-r--r--jstests/auth/getMore.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/auth/getMore.js b/jstests/auth/getMore.js
index ba1dc19173b..d8795278cbc 100644
--- a/jstests/auth/getMore.js
+++ b/jstests/auth/getMore.js
@@ -226,9 +226,9 @@
}
// Run the test on a standalone.
- let mongod = MongoRunner.runMongod({auth: "", bind_ip: "127.0.0.1"});
- runTest(mongod);
- MongoRunner.stopMongod(mongod);
+ let conn = MongoRunner.runMongod({auth: "", bind_ip: "127.0.0.1"});
+ runTest(conn);
+ MongoRunner.stopMongod(conn);
// Run the test on a sharded cluster.
let cluster = new ShardingTest(