From 9a24ed9a9e9870e6205f947abb4a4313177a3a52 Mon Sep 17 00:00:00 2001 From: Arne H Juul Date: Wed, 13 Oct 2021 07:36:19 +0000 Subject: track API change - "root slime" is always true now --- searchlib/src/tests/engine/proto_rpc_adapter/proto_rpc_adapter_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searchlib/src/tests/engine/proto_rpc_adapter/proto_rpc_adapter_test.cpp') diff --git a/searchlib/src/tests/engine/proto_rpc_adapter/proto_rpc_adapter_test.cpp b/searchlib/src/tests/engine/proto_rpc_adapter/proto_rpc_adapter_test.cpp index 304e33900a6..41f471f0a7a 100644 --- a/searchlib/src/tests/engine/proto_rpc_adapter/proto_rpc_adapter_test.cpp +++ b/searchlib/src/tests/engine/proto_rpc_adapter/proto_rpc_adapter_test.cpp @@ -52,7 +52,7 @@ struct MyDocsumServer : DocsumServer { auto reply = std::make_unique(); reply->_root = std::make_unique(); auto &list = reply->_root->setArray(); - list.addObject().setBool("use_root_slime", req->useRootSlime()); + list.addObject().setBool("use_root_slime", true); list.addObject().setString("ranking", req->ranking); reply->request = std::move(req); std::this_thread::sleep_for(std::chrono::milliseconds(5)); -- cgit v1.2.3