Skip to content

Commit

Permalink
Mqtt3 and 5 fixes/updates (#497)
Browse files Browse the repository at this point in the history
* Update aws-c-mqtt submodule to pull in ping fix for 311 and remove iot core topic validation in 5
  • Loading branch information
bretambrose committed Aug 11, 2023
1 parent 348f79d commit 8515c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_static_provider_no_session_token(self):
def test_default_provider(self):
# Default credentials provider should pick up environment variables.
with ScopedEnvironmentVariable('AWS_ACCESS_KEY_ID', EXAMPLE_ACCESS_KEY_ID), \
ScopedEnvironmentVariable('AWS_SECRET_ACCESS_KEY', EXAMPLE_SECRET_ACCESS_KEY),\
ScopedEnvironmentVariable('AWS_SECRET_ACCESS_KEY', EXAMPLE_SECRET_ACCESS_KEY), \
ScopedEnvironmentVariable('AWS_SESSION_TOKEN', None):

event_loop_group = awscrt.io.EventLoopGroup()
Expand Down

0 comments on commit 8515c7b

Please sign in to comment.