From 4f7f67d3587b83fa4d25234c49113088b998cff2 Mon Sep 17 00:00:00 2001 From: Manuel Garrido Date: Thu, 7 Sep 2023 13:05:27 +0100 Subject: [PATCH] fix minor typo cust_integ_shared_test.go it was driving me crazy sorry --- service/s3/cust_integ_shared_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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