Skip to content
Prev Previous commit
Next Next commit
test for mqtt5 default auth
  • Loading branch information
xiazhvera committed Jan 2, 2025
commit 46f247269921e64726e91323517f5f79a6ab952e
2 changes: 1 addition & 1 deletion test/test_mqtt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_websockets_default(self):
region=config.region,
credentials_provider=cred_provider,
endpoint=config.endpoint,
client_id=create_client_id(),
client_id='test-mqtt5-websockets-default-{0}'.format(uuid.uuid4()),
client_bootstrap=bootstrap,
on_lifecycle_connection_success=callbacks.on_lifecycle_connection_success,
on_lifecycle_stopped=callbacks.on_lifecycle_stopped)
Expand Down
Loading