From 14595ac6f3fa09b440dffbf7d46409e2bf42a0c4 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Fri, 20 Sep 2024 15:11:23 -0700 Subject: [PATCH] fix: enable TestUploadPartCopy tests in full flow --- tests/integration/group-tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/group-tests.go b/tests/integration/group-tests.go index cc97e993..bc9568a8 100644 --- a/tests/integration/group-tests.go +++ b/tests/integration/group-tests.go @@ -453,7 +453,7 @@ func TestFullFlow(s *S3Conf) { TestDeleteObjectTagging(s) TestCreateMultipartUpload(s) TestUploadPart(s) - // TestUploadPartCopy(s) + TestUploadPartCopy(s) TestListParts(s) TestListMultipartUploads(s) TestAbortMultipartUpload(s)