summaryrefslogtreecommitdiff
path: root/jstests/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/hooks')
-rw-r--r--jstests/hooks/run_initial_sync_node_validation.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jstests/hooks/run_initial_sync_node_validation.js b/jstests/hooks/run_initial_sync_node_validation.js
index 78d6685a23c..769409c534d 100644
--- a/jstests/hooks/run_initial_sync_node_validation.js
+++ b/jstests/hooks/run_initial_sync_node_validation.js
@@ -42,8 +42,7 @@
to ensure we're validating the entire contents of the collection */
// For checkDBHashes
- var excludedDBs = jsTest.options().excludedDBsFromDBHash || [];
- rst.checkReplicatedDataHashes(undefined, excludedDBs);
+ rst.checkReplicatedDataHashes();
load('jstests/hooks/run_validate_collections.js');