fix tests (#9)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-29 00:04:06 +03:00
committed by GitHub
parent a13e3c28c3
commit 7a20721997
3 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ func microError(err error) error {
// fallback
return &errors.Error{
Id: "go.micro.client",
ID: "go.micro.client",
Code: 500,
Detail: err.Error(),
// Status: http.StatusInternalServerError,