Skip to content

Commit

Permalink
fix smoke test param
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Oct 24, 2023
1 parent abd72f5 commit e62ee95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestInteg_00_ListUserPools(t *testing.T) {

client := cognitoidentityprovider.NewFromConfig(cfg)
params := &cognitoidentityprovider.ListUserPoolsInput{
MaxResults: 10,
MaxResults: aws.Int32(10),
}
_, err = client.ListUserPools(ctx, params)
if err != nil {
Expand Down

0 comments on commit e62ee95

Please sign in to comment.