Skip to content

Commit

Permalink
Update e2e/cp_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
denizsurmeli authored Jul 4, 2024
1 parent ab6625e commit 5ae754c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/cp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,6 @@ func TestCopyS3ToS3WithArbitraryMetadataWithReplaceDirective(t *testing.T) {
putFile(t, s3client, bucket, filename, content, putArbitraryMetadata(srcmetadata))
cmd := s5cmd("cp", "--metadata-directive", "REPLACE", "--metadata", foo, "--metadata", bar, srcpath, dstpath)
result := icmd.RunCmd(cmd)

result.Assert(t, icmd.Success)

// assert S3
Expand Down

0 comments on commit 5ae754c

Please sign in to comment.