summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/hostname_bind_ips.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/hostname_bind_ips.js')
-rw-r--r--jstests/noPassthrough/hostname_bind_ips.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/hostname_bind_ips.js b/jstests/noPassthrough/hostname_bind_ips.js
index 295d10db4ce..57ee1698ff5 100644
--- a/jstests/noPassthrough/hostname_bind_ips.js
+++ b/jstests/noPassthrough/hostname_bind_ips.js
@@ -1,7 +1,7 @@
(function() {
'use strict';
- var proc = MongoRunner.runMongod({bind_ip: "localhost,::1", "ipv6": "", waitForConnect: false});
+ var proc = MongoRunner.runMongod({bind_ip: "localhost", "ipv6": "", waitForConnect: false});
assert.neq(proc, null);
assert.soon(function() {