From fb0007be8754203bcc29f8bf72898ee2b7ed773f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= Date: Thu, 20 Jul 2023 07:57:33 +0000 Subject: [PATCH] fix --- Tests/unit/TestCaCertificate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/unit/TestCaCertificate.cpp b/Tests/unit/TestCaCertificate.cpp index 72e33be4..0d813b04 100644 --- a/Tests/unit/TestCaCertificate.cpp +++ b/Tests/unit/TestCaCertificate.cpp @@ -17,7 +17,7 @@ TEST(OpcUaClient, CaCertificateLinux_SSLCerts) { Umati::Util::ConfigureLogger("DashboardOpcUaClient"); Umati::Util::ConfigurationJsonFile conf("ConfigurationCa.json"); - EXPECT_NO_THROW(Umati::MqttPublisher_Paho::MqttPublisher_Paho publisher( + EXPECT_NO_THROW(Umati::MqttPublisher_Paho::MqttPublisher_Paho publisher( conf.getMqtt().Protocol, conf.getMqtt().Hostname, conf.getMqtt().Port,