summaryrefslogtreecommitdiff
path: root/jstests/auth/copyauth_between_shards.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/auth/copyauth_between_shards.js')
-rw-r--r--jstests/auth/copyauth_between_shards.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/jstests/auth/copyauth_between_shards.js b/jstests/auth/copyauth_between_shards.js
index 219d38c7f0f..419d548f969 100644
--- a/jstests/auth/copyauth_between_shards.js
+++ b/jstests/auth/copyauth_between_shards.js
@@ -4,11 +4,7 @@
var baseName = "jstests_clone_copyauth_between_shards";
function copydbWithinShardedCluster(useReplSets, passCredentials, useAuth) {
- var clusterConfig = {
- shards: 1,
- mongos: 1,
- config: 1
- };
+ var clusterConfig = {shards: 1, mongos: 1, config: 1};
if (useAuth) {
clusterConfig.auth = "";