Skip to content

Commit 0ed390c

Browse files
committed
Use unsigned host for unsigned custom auth test
1 parent 1a4c1ed commit 0ed390c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/test_mqtt.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,8 @@ def test_mqtt311_builder_direct_unsigned_custom_authorizer(self):
201201

202202
connection = mqtt_connection_builder.direct_with_custom_authorizer(
203203
auth_username="",
204-
auth_authorizer_name=CUSTOM_AUTHORIZER_NAME_SIGNED,
205-
auth_authorizer_signature=CUSTOM_AUTHORIZER_SIGNATURE,
204+
auth_authorizer_name=CUSTOM_AUTHORIZER_NAME_UNSIGNED,
206205
auth_password=CUSTOM_AUTHORIZER_PASSWORD,
207-
auth_token_key_name=CUSTOM_AUTHORIZER_TOKEN_KEY_NAME,
208-
auth_token_value=CUSTOM_AUTHORIZER_TOKEN_VALUE,
209206
endpoint=CUSTOM_AUTHORIZER_ENDPOINT,
210207
client_id=create_client_id(),
211208
client_bootstrap=bootstrap)

0 commit comments

Comments
 (0)