Skip to content

Commit

Permalink
Use mock_aws
Browse files Browse the repository at this point in the history
  • Loading branch information
thequilo committed Aug 26, 2024
1 parent e177c16 commit 369df3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_observers/test_s3_observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
try:
moto_aws = moto.aws
except AttributeError:
moto_aws = moto.mock_s3
moto_aws = moto.mock_aws


def s3_join(*args):
Expand Down

0 comments on commit 369df3a

Please sign in to comment.