Skip to content

Commit

Permalink
setup auth
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jan 2, 2025
1 parent 444b469 commit c9d5ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_websockets_cognito(self):
resolver = DefaultHostResolver(elg)
bootstrap = ClientBootstrap(elg, resolver)
cognito_endpoint = f"cognito-identity.{config.region}.amazonaws.com"
credentials_provider = auth.AwsCredentialsProvider.new_cognito(
credentials_provider = AwsCredentialsProvider.new_cognito(
endpoint=cognito_endpoint,
identity=config.cognito_id)
connection = mqtt_connection_builder.websockets_with_default_aws_signing(
Expand Down

0 comments on commit c9d5ed1

Please sign in to comment.