summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/sharding_catalog_manager_remove_shard_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/config/sharding_catalog_manager_remove_shard_test.cpp')
-rw-r--r--src/mongo/db/s/config/sharding_catalog_manager_remove_shard_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/s/config/sharding_catalog_manager_remove_shard_test.cpp b/src/mongo/db/s/config/sharding_catalog_manager_remove_shard_test.cpp
index 5d00ebc34be..37da8bfe872 100644
--- a/src/mongo/db/s/config/sharding_catalog_manager_remove_shard_test.cpp
+++ b/src/mongo/db/s/config/sharding_catalog_manager_remove_shard_test.cpp
@@ -85,8 +85,8 @@ protected:
setUpAndInitializeConfigDb();
auto clusterIdLoader = ClusterIdentityLoader::get(operationContext());
- ASSERT_OK(clusterIdLoader->loadClusterId(
- operationContext(), catalogClient(), repl::ReadConcernLevel::kLocalReadConcern));
+ ASSERT_OK(clusterIdLoader->loadClusterId(operationContext(),
+ repl::ReadConcernLevel::kLocalReadConcern));
_clusterId = clusterIdLoader->getClusterId();
ReadWriteConcernDefaults::create(getServiceContext(), _lookupMock.getFetchDefaultsFn());