summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/auth/cluster_ip_allowlist_replset.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/cluster_ip_allowlist_replset.js b/jstests/auth/cluster_ip_allowlist_replset.js
index 9d97bc02f0e..2fbfeb4f5b3 100644
--- a/jstests/auth/cluster_ip_allowlist_replset.js
+++ b/jstests/auth/cluster_ip_allowlist_replset.js
@@ -56,7 +56,7 @@ assert.commandWorked(admin.runCommand({replSetReconfig: conf}));
thread.join();
jsTest.log("Verify that connections were denied");
-checkLog.containsJson(admin, 20240, {}, 0);
+checkLog.containsJson(admin, 20240, {}, 1);
replTest.awaitReplication();