aboutsummaryrefslogtreecommitdiff
path: root/test/grpc_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/grpc_test.go')
-rw-r--r--test/grpc_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/grpc_test.go b/test/grpc_test.go
index acbd822d7..fe273e789 100644
--- a/test/grpc_test.go
+++ b/test/grpc_test.go
@@ -2,8 +2,6 @@ package test
import (
"context"
- "io/ioutil"
- "log"
"testing"
"time"
@@ -14,8 +12,6 @@ import (
)
func TestGrpc(t *testing.T) {
- log.SetOutput(ioutil.Discard)
-
corefile := `grpc://.:0 {
whoami
}