summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_command_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/cluster_command_test_fixture.h')
-rw-r--r--src/mongo/s/commands/cluster_command_test_fixture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/s/commands/cluster_command_test_fixture.h b/src/mongo/s/commands/cluster_command_test_fixture.h
index 6a2f869afe6..3f379052ff9 100644
--- a/src/mongo/s/commands/cluster_command_test_fixture.h
+++ b/src/mongo/s/commands/cluster_command_test_fixture.h
@@ -31,6 +31,7 @@
#include "mongo/platform/basic.h"
+#include "mongo/db/read_write_concern_defaults_cache_lookup_mock.h"
#include "mongo/s/catalog_cache_test_fixture.h"
#include "mongo/s/commands/strategy.h"
@@ -115,6 +116,8 @@ private:
// errors for the duration of each test.
// TODO SERVER-39704: Remove this failpoint block.
std::unique_ptr<FailPointEnableBlock> _staleVersionAndSnapshotRetriesBlock;
+
+ ReadWriteConcernDefaultsLookupMock _lookupMock;
};
} // namespace mongo