diff options
Diffstat (limited to 'test/grpc_test.go')
-rw-r--r-- | test/grpc_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/grpc_test.go b/test/grpc_test.go index 5b742687d..55395758d 100644 --- a/test/grpc_test.go +++ b/test/grpc_test.go @@ -14,8 +14,8 @@ import ( func TestGrpc(t *testing.T) { corefile := `grpc://.:0 { whoami -} -` + }` + g, _, tcp, err := CoreDNSServerAndPorts(corefile) if err != nil { t.Fatalf("Could not get CoreDNS serving instance: %s", err) |