We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4c1ed commit 0ed390cCopy full SHA for 0ed390c
test/test_mqtt.py
@@ -201,11 +201,8 @@ def test_mqtt311_builder_direct_unsigned_custom_authorizer(self):
201
202
connection = mqtt_connection_builder.direct_with_custom_authorizer(
203
auth_username="",
204
- auth_authorizer_name=CUSTOM_AUTHORIZER_NAME_SIGNED,
205
- auth_authorizer_signature=CUSTOM_AUTHORIZER_SIGNATURE,
+ auth_authorizer_name=CUSTOM_AUTHORIZER_NAME_UNSIGNED,
206
auth_password=CUSTOM_AUTHORIZER_PASSWORD,
207
- auth_token_key_name=CUSTOM_AUTHORIZER_TOKEN_KEY_NAME,
208
- auth_token_value=CUSTOM_AUTHORIZER_TOKEN_VALUE,
209
endpoint=CUSTOM_AUTHORIZER_ENDPOINT,
210
client_id=create_client_id(),
211
client_bootstrap=bootstrap)
0 commit comments