diff options
Diffstat (limited to 'jstests/ssl/libs/ssl_helpers.js')
-rw-r--r-- | jstests/ssl/libs/ssl_helpers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/ssl/libs/ssl_helpers.js b/jstests/ssl/libs/ssl_helpers.js index 50463d8dec9..225b98a60ce 100644 --- a/jstests/ssl/libs/ssl_helpers.js +++ b/jstests/ssl/libs/ssl_helpers.js @@ -50,7 +50,7 @@ var replShouldFail = function(name, opt1, opt2) { assert.throws(load, [replSetTestFile], "This setup should have failed"); // clean up to continue running... if (replTest) { - replTest.stopSet(15); + replTest.stopSet(); } }; |