Skip to content

Commit

Permalink
Use unsigned host for unsigned custom auth test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Sep 28, 2023
1 parent 6cdd7c5 commit 0afc57f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/test_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,8 @@ def test_mqtt311_builder_direct_unsigned_custom_authorizer(self):

connection = mqtt_connection_builder.direct_with_custom_authorizer(
auth_username="",
auth_authorizer_name=CUSTOM_AUTHORIZER_NAME_SIGNED,
auth_authorizer_signature=CUSTOM_AUTHORIZER_SIGNATURE,
auth_authorizer_name=CUSTOM_AUTHORIZER_NAME_UNSIGNED,
auth_password=CUSTOM_AUTHORIZER_PASSWORD,
auth_token_key_name=CUSTOM_AUTHORIZER_TOKEN_KEY_NAME,
auth_token_value=CUSTOM_AUTHORIZER_TOKEN_VALUE,
endpoint=CUSTOM_AUTHORIZER_ENDPOINT,
client_id=create_client_id(),
client_bootstrap=bootstrap)
Expand Down

0 comments on commit 0afc57f

Please sign in to comment.