summaryrefslogtreecommitdiff
path: root/jstests/auth/profile.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/profile.js')
-rw-r--r--jstests/auth/profile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/profile.js b/jstests/auth/profile.js
index 43e32b0dc58..f24a303229f 100644
--- a/jstests/auth/profile.js
+++ b/jstests/auth/profile.js
@@ -1,5 +1,5 @@
// Check that username information gets recorded properly in profiler.
-var conn = startMongodTest();
+var conn = MongoRunner.runMongod();
var db1 = conn.getDB("profile-a");
var db2 = db1.getSisterDB("profile-b");
var username = "user";