Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit da34c9e

Browse files
authored
Merge pull request #4978 from manugarri/patch-1
fix minor typo cust_integ_shared_test.go
2 parents 7ea491e + 4f7f67d commit da34c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/s3/cust_integ_shared_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func getAccountID() (string, error) {
180180

181181
output, err := stsSvc.GetCallerIdentity(nil)
182182
if err != nil {
183-
return "", fmt.Errorf("faield to get sts caller identity")
183+
return "", fmt.Errorf("failed to get sts caller identity")
184184
}
185185

186186
return *output.Account, nil

0 commit comments

Comments
 (0)