summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_config_fetcher
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-02-22 16:28:51 +0100
committerGitHub <noreply@github.com>2022-02-22 16:28:51 +0100
commit7f80d9bdc076912e493a895daba92b25c6b7ec0e (patch)
treed16ea5c4b71a8857a3ccc2d4da679156a9740ed2 /searchcore/src/tests/proton/proton_config_fetcher
parentf859f58e988c61b0c16f4ed4eb9aaa5daca1661d (diff)
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;