mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
plugin/grpc: bugfix setup parser (#2697)
Fix setup parser. Config params are not being setting.
This commit is contained in:
@@ -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, "", ""},
|
||||
|
||||
Reference in New Issue
Block a user