diff options
Diffstat (limited to 'plugin/proxy/grpc_test.go')
-rw-r--r-- | plugin/proxy/grpc_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/proxy/grpc_test.go b/plugin/proxy/grpc_test.go index 8f4958295..ec54375d3 100644 --- a/plugin/proxy/grpc_test.go +++ b/plugin/proxy/grpc_test.go @@ -42,7 +42,7 @@ func buildPool(size int) ([]*healthcheck.UpstreamHost, func(), error) { for _, e := range errs { valErr += fmt.Sprintf("%v\n", e) } - return nil, nil, fmt.Errorf("Error at allocation of the pool : %v", valErr) + return nil, nil, fmt.Errorf("error at allocation of the pool : %v", valErr) } return ups, stopIt, nil } |