File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments