summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config_server_op_observer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/config_server_op_observer_test.cpp')
-rw-r--r--src/mongo/db/s/config_server_op_observer_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/s/config_server_op_observer_test.cpp b/src/mongo/db/s/config_server_op_observer_test.cpp
index 83a1ef8694a..e2ed5c1ff6d 100644
--- a/src/mongo/db/s/config_server_op_observer_test.cpp
+++ b/src/mongo/db/s/config_server_op_observer_test.cpp
@@ -45,8 +45,8 @@ protected:
setUpAndInitializeConfigDb();
auto clusterIdLoader = ClusterIdentityLoader::get(operationContext());
- ASSERT_OK(clusterIdLoader->loadClusterId(operationContext(),
- repl::ReadConcernLevel::kLocalReadConcern));
+ ASSERT_OK(clusterIdLoader->loadClusterId(
+ operationContext(), catalogClient(), repl::ReadConcernLevel::kLocalReadConcern));
_clusterId = clusterIdLoader->getClusterId();
}