Skip to content

Commit

Permalink
Remove duplicate upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbrwcky committed Sep 30, 2024
1 parent 927be0e commit e8ae58b
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 @@ -97,7 +97,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 e8ae58b

Please sign in to comment.