Skip to content

Commit b8749c1

Browse files
committed
add explicit port value for MQTT5CONNECT_IOT_CORE
1 parent a642e0b commit b8749c1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ if (NOT BYO_CRYPTO)
209209
add_net_test_case(Mqtt311WSConnectionWithHttpProxy)
210210
endif()
211211

212-
# Check which tests are being skipped
213212
#MQTT5 related tests
214213
add_test_case(Mqtt5NewClientMinimal)
215214
add_test_case(Mqtt5NewClientFull)

tests/Mqtt5ClientTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ struct Mqtt5TestEnvVars
350350
m_hostname_string = aws_string_c_str(m_hostname);
351351
m_certificate_path_string = aws_string_c_str(m_certificate_path);
352352
m_private_key_path_string = aws_string_c_str(m_private_key_path);
353+
m_port_value = 8883;
353354
}
354355
break;
355356
}

0 commit comments

Comments
 (0)