summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_config_fetcher
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-02-23 09:14:03 +0100
committerGitHub <noreply@github.com>2022-02-23 09:14:03 +0100
commit9e315f9567a20b6a5d1c9b505628c547f85cfdc9 (patch)
treeda6ca17402cb5522d6fc34e1353ade85b6d5936f /searchcore/src/tests/proton/proton_config_fetcher
parent6646b37c9c36793054e94881c52b5c675c0734fe (diff)
Revert "Revert "Revert "Revert "Use common tranport for TlsClient""""
Diffstat (limited to 'searchcore/src/tests/proton/proton_config_fetcher')
-rw-r--r--searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp b/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
index b4193b0e0b2..34bc9ea13ed 100644
--- a/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
+++ b/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
@@ -64,8 +64,8 @@ struct DoctypeFixture {
};
struct ConfigTestFixture {
- const std::string configId;
- TransportMgr transport;
+ const std::string configId;
+ Transport transport;
ProtonConfigBuilder protonBuilder;
DocumenttypesConfigBuilder documenttypesBuilder;
FiledistributorrpcConfigBuilder filedistBuilder;