Skip to content

Commit

Permalink
fixup! deps: upgrade github.com/aws/aws-sdk-go-v2/...
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Jan 9, 2024
1 parent bcfbbaf commit 16afad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kms/test/aws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func cleanUpBucket(ctx context.Context, require *require.Assertions, bucketID, a
require.NoError(err)
var objects []string
var i int32
for i = 0; i < output.KeyCount; i++ {
for i = 0; i < *output.KeyCount; i++ {
objects = append(objects, *output.Contents[i].Key)
}
// Delete all objects of the bucket
Expand Down

0 comments on commit 16afad1

Please sign in to comment.