Skip to content

Commit

Permalink
gobuild fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar committed Nov 8, 2020
1 parent 051b015 commit e027394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/internal/s3shared/xml_utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestGetResponseErrorCode(t *testing.T) {
},
"s3control standard response body": {
getErr: func() (ErrorComponents, error) {
errResp := strings.NewReader(wrappedXmlErrorResponse)
errResp := strings.NewReader(wrappedXMLErrorResponse)
return GetErrorResponseComponents(errResp, ErrorResponseDeserializerOptions{
IsWrappedWithErrorTag: true,
})
Expand Down

0 comments on commit e027394

Please sign in to comment.