|
@@ -79,6 +79,9 @@ func TestDialTLSNoConfig(t *testing.T) {
|
|
|
DialTimeout: time.Second,
|
|
DialTimeout: time.Second,
|
|
|
DialOptions: []grpc.DialOption{grpc.WithBlock()},
|
|
DialOptions: []grpc.DialOption{grpc.WithBlock()},
|
|
|
})
|
|
})
|
|
|
|
|
+ if err != nil {
|
|
|
|
|
+ t.Fatal(err)
|
|
|
|
|
+ }
|
|
|
defer c.Close()
|
|
defer c.Close()
|
|
|
|
|
|
|
|
// TODO: this should not be required when we set grpc.WithBlock()
|
|
// TODO: this should not be required when we set grpc.WithBlock()
|