We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a642e0b commit b8749c1Copy full SHA for b8749c1
tests/CMakeLists.txt
@@ -209,7 +209,6 @@ if (NOT BYO_CRYPTO)
209
add_net_test_case(Mqtt311WSConnectionWithHttpProxy)
210
endif()
211
212
-# Check which tests are being skipped
213
#MQTT5 related tests
214
add_test_case(Mqtt5NewClientMinimal)
215
add_test_case(Mqtt5NewClientFull)
tests/Mqtt5ClientTest.cpp
@@ -350,6 +350,7 @@ struct Mqtt5TestEnvVars
350
m_hostname_string = aws_string_c_str(m_hostname);
351
m_certificate_path_string = aws_string_c_str(m_certificate_path);
352
m_private_key_path_string = aws_string_c_str(m_private_key_path);
353
+ m_port_value = 8883;
354
}
355
break;
356
0 commit comments