From cac960345909bcbd318e25645091d8e0566c6565 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Fri, 12 Jan 2024 10:18:51 -0800 Subject: [PATCH] Remove TODO for tests that are tested in the SDK --- test/test_mqtt5.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_mqtt5.py b/test/test_mqtt5.py index 6446285e6..a4e755ac1 100644 --- a/test/test_mqtt5.py +++ b/test/test_mqtt5.py @@ -424,7 +424,7 @@ def test_websocket_connect_tls(self): client.stop() callbacks.future_stopped.result(TIMEOUT) - # TODO test_websocket_connect_sigv4 against IoT Core + # test_websocket_connect_sigv4 against IoT Core : tested in the SDK def test_websocket_connect_http_proxy_tls(self): input_host_name = _get_env_variable("AWS_TEST_MQTT5_WS_MQTT_TLS_HOST") @@ -590,7 +590,7 @@ def test_connect_with_incorrect_basic_authentication_credentials(self): client.stop() callbacks.future_stopped.result(TIMEOUT) - # TODO test_websocket_handshake_failure + # test_websocket_handshake_failure : tested in the SDK def test_double_client_id_failure(self): input_host_name = _get_env_variable("AWS_TEST_MQTT5_DIRECT_MQTT_HOST")