We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b92e2 commit 8880193Copy full SHA for 8880193
1 file changed
test/test_mqtt5.py
@@ -628,8 +628,8 @@ def test_connect_with_incorrect_basic_authentication_credentials(self):
628
# test_websocket_handshake_failure : tested in the SDK
629
630
def test_double_client_id_failure(self):
631
- input_host_name = _get_env_variable("AWS_TEST_MQTT5_DIRECT_MQTT_HOST")
632
- input_port = int(_get_env_variable("AWS_TEST_MQTT5_DIRECT_MQTT_PORT"))
+ input_host_name = _get_env_variable("AWS_TEST_MQTT5_IOT_CORE_HOST")
+ input_port = int(8883)
633
shared_client_id = create_client_id()
634
635
connect_options = mqtt5.ConnectPacket(client_id=shared_client_id)
0 commit comments