File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
tests/functional/olp-cpp-sdk-dataservice-read Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2929#include < olp/authentication/TokenEndpoint.h>
3030#include < olp/authentication/TokenProvider.h>
3131#include < olp/authentication/TokenResult.h>
32+ #include < olp/core/cache/CacheSettings.h>
33+ #include < olp/core/cache/KeyValueCache.h>
3234#include < olp/core/client/ApiError.h>
3335#include < olp/core/client/HRN.h>
3436#include < olp/core/client/OlpClient.h>
@@ -67,6 +69,8 @@ class ApiTest : public ::testing::Test {
6769 settings_ = std::make_shared<olp::client::OlpClientSettings>();
6870 settings_->authentication_settings = auth_client_settings;
6971 settings_->network_request_handler = network;
72+ settings_->cache =
73+ olp::client::OlpClientSettingsFactory::CreateDefaultCache ({});
7074
7175 client_ = olp::client::OlpClientFactory::Create (*settings_);
7276 }
You can’t perform that action at this time.
0 commit comments