Skip to content

Commit

Permalink
Remove duplicate upload
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Hausherr <[email protected]>
  • Loading branch information
jabbrwcky committed Jan 17, 2025
1 parent 352aad0 commit 8ea5eeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/s3/s3_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func TestSSECencryption(t *testing.T) {
testutil.Ok(t, err)

upload := "secret content"
bkt.Upload(ctx, "encrypted", strings.NewReader(upload))
testutil.Ok(t, bkt.Upload(ctx, "encrypted", strings.NewReader(upload)))

exists, err := bkt.Exists(ctx, "encrypted")
Expand Down

0 comments on commit 8ea5eeb

Please sign in to comment.