Skip to content

Commit

Permalink
Solve bug in s3 uploader tests, now using fromBucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristobal Pio Garcia committed May 17, 2024
1 parent 0b64f8f commit 9912f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_s3_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def setUp(self):
self._mock_bucket = self._s3_resource.create_bucket(Bucket=self._mocked_s3_bucket_name)

# Create an instance of S3Uploader
self._s3_uploader = S3Uploader.from_bucket(self._mock_bucket)
self._s3_uploader = S3Uploader.fromBucket(self._mock_bucket)

def tearDown(self):
# Stop the mock S3 service
Expand Down

0 comments on commit 9912f9d

Please sign in to comment.