summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/drop_connections_replSet.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/drop_connections_replSet.js')
-rw-r--r--jstests/noPassthrough/drop_connections_replSet.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/drop_connections_replSet.js b/jstests/noPassthrough/drop_connections_replSet.js
index e137dd32dfa..d8e07397afe 100644
--- a/jstests/noPassthrough/drop_connections_replSet.js
+++ b/jstests/noPassthrough/drop_connections_replSet.js
@@ -18,7 +18,7 @@
assert.commandWorked(ret);
jsTestLog("Connection pool stats by host: " + tojson(ret.hosts));
return ret.hosts;
- };
+ }
// To test the dropConnections command, first remove the secondary. This should have no effect
// on the existing connection pool, but it'll prevent the primary from reconnecting to it after