diff options
author | 2019-03-15 08:55:26 +0100 | |
---|---|---|
committer | 2019-03-15 07:55:26 +0000 | |
commit | 287e280106e70660836664cca46ae7a0c7d311f0 (patch) | |
tree | 8e15f0b623fb318af5d5dec68db21b4ef48c3f37 /plugin/grpc/setup_test.go | |
parent | 7b6cb76237d151ffa056c742ec281a17548fa089 (diff) | |
download | coredns-287e280106e70660836664cca46ae7a0c7d311f0.tar.gz coredns-287e280106e70660836664cca46ae7a0c7d311f0.tar.zst coredns-287e280106e70660836664cca46ae7a0c7d311f0.zip |
plugin/grpc: bugfix setup parser (#2697)
Fix setup parser. Config params are not being setting.
Diffstat (limited to 'plugin/grpc/setup_test.go')
-rw-r--r-- | plugin/grpc/setup_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/grpc/setup_test.go b/plugin/grpc/setup_test.go index fb470a541..8ec878b7d 100644 --- a/plugin/grpc/setup_test.go +++ b/plugin/grpc/setup_test.go @@ -74,9 +74,6 @@ func TestSetupTLS(t *testing.T) { tls_servername dns }`, false, "dns", ""}, {`grpc . 127.0.0.1 { -tls_servername dns -}`, false, "", ""}, - {`grpc . 127.0.0.1 { tls }`, false, "", ""}, {`grpc . 127.0.0.1`, false, "", ""}, |