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):
424
424
client .stop ()
425
425
callbacks .future_stopped .result (TIMEOUT )
426
426
427
- # TODO test_websocket_connect_sigv4 against IoT Core
427
+ # test_websocket_connect_sigv4 against IoT Core : tested in the SDK
428
428
429
429
def test_websocket_connect_http_proxy_tls (self ):
430
430
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):
590
590
client .stop ()
591
591
callbacks .future_stopped .result (TIMEOUT )
592
592
593
- # TODO test_websocket_handshake_failure
593
+ # test_websocket_handshake_failure : tested in the SDK
594
594
595
595
def test_double_client_id_failure (self ):
596
596
input_host_name = _get_env_variable ("AWS_TEST_MQTT5_DIRECT_MQTT_HOST" )
You can’t perform that action at this time.
0 commit comments