Skip to content

Commit

Permalink
try stderr?
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Oct 13, 2023
1 parent 841a781 commit ce03c4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_connect_disconnect(self):
connection.disconnect().result(TIMEOUT)

def test_ecc_connect_disconnect(self):
io.init_logging(io.LogLevel.Debug, "stdout")
io.init_logging(io.LogLevel.Debug, "stderr")

test_input_endpoint = _get_env_variable("AWS_TEST_MQTT311_IOT_CORE_HOST")
test_input_cert = _get_env_variable("AWS_TEST_MQTT311_IOT_CORE_ECC_CERT")
Expand All @@ -87,7 +87,6 @@ def test_ecc_connect_disconnect(self):
connection.disconnect().result(TIMEOUT)

def test_pkcs11(self):

test_input_endpoint = _get_env_variable("AWS_TEST_MQTT311_IOT_CORE_HOST")
test_input_pkcs11_lib = _get_env_variable("AWS_TEST_PKCS11_LIB")
test_input_pkcs11_pin = _get_env_variable("AWS_TEST_PKCS11_PIN")
Expand Down

0 comments on commit ce03c4b

Please sign in to comment.