diff --git a/service/s3/cust_integ_shared_test.go b/service/s3/cust_integ_shared_test.go index 6becb1832cc..b480763df3a 100644 --- a/service/s3/cust_integ_shared_test.go +++ b/service/s3/cust_integ_shared_test.go @@ -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