Skip to content

Commit 8880193

Browse files
committed
double_client_id_failure test
1 parent f4b92e2 commit 8880193

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_mqtt5.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,8 @@ def test_connect_with_incorrect_basic_authentication_credentials(self):
628628
# test_websocket_handshake_failure : tested in the SDK
629629

630630
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"))
631+
input_host_name = _get_env_variable("AWS_TEST_MQTT5_IOT_CORE_HOST")
632+
input_port = int(8883)
633633
shared_client_id = create_client_id()
634634

635635
connect_options = mqtt5.ConnectPacket(client_id=shared_client_id)

0 commit comments

Comments
 (0)