Skip to content

Commit 8babd28

Browse files
alfred2gsbSteveK
andauthored
Remove TODO for tests that are tested in the SDK (#541)
Co-authored-by: Steve Kim <[email protected]>
1 parent 0c2542d commit 8babd28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_mqtt5.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def test_websocket_connect_tls(self):
424424
client.stop()
425425
callbacks.future_stopped.result(TIMEOUT)
426426

427-
# TODO test_websocket_connect_sigv4 against IoT Core
427+
# test_websocket_connect_sigv4 against IoT Core : tested in the SDK
428428

429429
def test_websocket_connect_http_proxy_tls(self):
430430
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):
590590
client.stop()
591591
callbacks.future_stopped.result(TIMEOUT)
592592

593-
# TODO test_websocket_handshake_failure
593+
# test_websocket_handshake_failure : tested in the SDK
594594

595595
def test_double_client_id_failure(self):
596596
input_host_name = _get_env_variable("AWS_TEST_MQTT5_DIRECT_MQTT_HOST")

0 commit comments

Comments
 (0)