summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_configurer
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-01-30 17:59:58 +0100
committerHenning Baldersheim <balder@oath.com>2018-01-30 17:59:58 +0100
commit0ac738014ccc2eea8bbddf67eee697b6503386c1 (patch)
tree820a94183eb261971e16b41bb4a055260350e341 /searchcore/src/tests/proton/proton_configurer
parent91b5ea5eb3290a305978338f1fe11fa8b738d906 (diff)
Add the HwInfo to the BootstrapConfig.
Diffstat (limited to 'searchcore/src/tests/proton/proton_configurer')
-rw-r--r--searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp b/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp
index a8336e29f9f..d59a67d73bb 100644
--- a/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp
+++ b/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp
@@ -171,7 +171,7 @@ struct ConfigFixture {
BootstrapConfig::ProtonConfigSP(new ProtonConfig(_protonBuilder)),
std::make_shared<FiledistributorrpcConfig>(),
std::make_shared<BucketspacesConfig>(_bucketspacesBuilder),
- std::make_shared<TuneFileDocumentDB>()));
+ std::make_shared<TuneFileDocumentDB>(), HwInfo()));
}
std::shared_ptr<ProtonConfigSnapshot> getConfigSnapshot()