Skip to content

Commit 4c20376

Browse files
committed
fix shared utils
1 parent 7246a69 commit 4c20376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/shared/tests/test_common/test_s3_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_move_file_outside_bucket_copies_then_deletes(self):
8989
self.s3.get_object(Bucket=self.destination_bucket, Key=destination_key)
9090

9191
# Execute move across buckets
92-
aws_s3_utils.move_file_outside_bucket(
92+
aws_s3_utils.move_file_to_external_bucket(
9393
source_bucket=self.source_bucket,
9494
source_key=source_key,
9595
destination_bucket=self.destination_bucket,

0 commit comments

Comments
 (0)