Skip to content

Commit

Permalink
fixup unit test failing
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Jan 14, 2021
1 parent a61e359 commit a3d9d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/s3/internal/customizations/unit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func TestBucketLocationPopulation(t *testing.T) {
SigningName: "s3",
}, nil
}),
Retryer: aws.NopRetryer{},
Retryer: func() aws.Retryer { return aws.NopRetryer{} },
}

client := s3.NewFromConfig(cfg, func(options *s3.Options) {
Expand Down

0 comments on commit a3d9d86

Please sign in to comment.