summaryrefslogtreecommitdiff
path: root/jstests/ssl/mixed_mode_repl.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/ssl/mixed_mode_repl.js')
-rw-r--r--jstests/ssl/mixed_mode_repl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/ssl/mixed_mode_repl.js b/jstests/ssl/mixed_mode_repl.js
index e5d7297c7e3..b2aab8ec8dc 100644
--- a/jstests/ssl/mixed_mode_repl.js
+++ b/jstests/ssl/mixed_mode_repl.js
@@ -1,7 +1,7 @@
// This test is related to mixed_mode_repl_nossl.js in
// the sslSpecial test set. This test must be run with --use-ssl
-load("jstests/ssl/libs/ssl_helpers.js")
+load("jstests/ssl/libs/ssl_helpers.js");
// Verify that requireSSL allows ssl connections
print("=== Testing requireSSL/requireSSL cluster ===");
@@ -12,7 +12,7 @@ print("=== Testing allowSSL/preferSSL cluster ===");
replShouldSucceed("allow-prefer", allowSSL, preferSSL);
// Test mixed sslMode preferSSL/requireSSL
-print("=== Testing preferSSL/requireSSL cluster ===")
+print("=== Testing preferSSL/requireSSL cluster ===");
replShouldSucceed("prefer-require", preferSSL, requireSSL);
// Test mixed sslMode disabled/preferSSL - should fail