Skip to content

Commit

Permalink
fix minor typo cust_integ_shared_test.go
Browse files Browse the repository at this point in the history
it was driving me crazy sorry
  • Loading branch information
manugarri committed Sep 7, 2023
1 parent 7ea491e commit 4f7f67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/s3/cust_integ_shared_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func getAccountID() (string, error) {

output, err := stsSvc.GetCallerIdentity(nil)
if err != nil {
return "", fmt.Errorf("faield to get sts caller identity")
return "", fmt.Errorf("failed to get sts caller identity")
}

return *output.Account, nil
Expand Down

0 comments on commit 4f7f67d

Please sign in to comment.