update all

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-04-29 22:42:13 +03:00
parent e60c74a6ab
commit e700dcbcbb
15 changed files with 43 additions and 79 deletions

View File

@@ -35,7 +35,7 @@ type testHandler struct{}
func (t *testHandler) Method(ctx context.Context, req *TestRequest, rsp *TestResponse) error {
if req.IsError {
return fmt.Errorf("test error")
return fmt.Errorf("victoriametrics test error")
}
return nil
}