diff options
Diffstat (limited to 'jstests/auth/copyauth.js')
-rw-r--r-- | jstests/auth/copyauth.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/auth/copyauth.js b/jstests/auth/copyauth.js index 91e17edc669..6960692ef24 100644 --- a/jstests/auth/copyauth.js +++ b/jstests/auth/copyauth.js @@ -51,7 +51,8 @@ function ClusterSpawnHelper(clusterType, startWithAuth, startWithTransitionToAut var replSetTestConfig = { name: baseName + "_source", nodes: 3, - nodeOptions: singleNodeConfig + nodeOptions: singleNodeConfig, + keyFile: singleNodeConfig.keyFile }; var replSetTest = new ReplSetTest(replSetTestConfig); replSetTest.startSet(); |