diff options
Diffstat (limited to 'plugin/grpc/setup_test.go')
-rw-r--r-- | plugin/grpc/setup_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/grpc/setup_test.go b/plugin/grpc/setup_test.go index 1d9e93b7f..f142099c3 100644 --- a/plugin/grpc/setup_test.go +++ b/plugin/grpc/setup_test.go @@ -25,6 +25,7 @@ func TestSetup(t *testing.T) { {"grpc . 127.0.0.1:8080", false, ".", nil, ""}, {"grpc . [::1]:53", false, ".", nil, ""}, {"grpc . [2003::1]:53", false, ".", nil, ""}, + {"grpc . unix:///var/run/g.sock", false, ".", nil, ""}, // negative {"grpc . a27.0.0.1", true, "", nil, "not an IP"}, {"grpc . 127.0.0.1 {\nblaatl\n}\n", true, "", nil, "unknown property"}, |