mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
Normalizing tests with golang 1.4
This commit is contained in:
parent
89ba0cdc30
commit
459d89fa44
@ -416,7 +416,7 @@ func NewAPIResponse(r *http.Response) *APIResponse {
|
||||
// NewAPIResponseWithError create new erroneous API response from http.response and error
|
||||
func NewAPIResponseWithError(r *http.Response, err error) (*APIResponse, error) {
|
||||
|
||||
response := &APIResponse{Response: r, Message: strings.ReplaceAll(err.Error(), "\"", "")}
|
||||
response := &APIResponse{Response: r, Message: strings.Replace(err.Error(), "\"", "", -1)}
|
||||
return response, err
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user