Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Jul 20, 2023
1 parent 9c54df4 commit fb0007b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/unit/TestCaCertificate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fb0007b

Please sign in to comment.