diff options
author | 2018-01-28 16:40:10 +0000 | |
---|---|---|
committer | 2018-01-28 08:40:10 -0800 | |
commit | 399073ec6b17c96f64912b4504390632e9a04aff (patch) | |
tree | 4dadfb8fb6a412ec8b1055bec9a52ff1902a49cc /plugin/kubernetes/setup_test.go | |
parent | d27be86e3e5baaa8e63c84e320207156f58b30cf (diff) | |
download | coredns-399073ec6b17c96f64912b4504390632e9a04aff.tar.gz coredns-399073ec6b17c96f64912b4504390632e9a04aff.tar.zst coredns-399073ec6b17c96f64912b4504390632e9a04aff.zip |
pl/kubernetes: drop the comma parsing (#1453)
Let caddyfile parser give us the token, the comma sep thing also didn't
work.
Fixes #1446
Diffstat (limited to 'plugin/kubernetes/setup_test.go')
-rw-r--r-- | plugin/kubernetes/setup_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/kubernetes/setup_test.go b/plugin/kubernetes/setup_test.go index bcd4dad5b..24d68f412 100644 --- a/plugin/kubernetes/setup_test.go +++ b/plugin/kubernetes/setup_test.go @@ -64,7 +64,7 @@ func TestKubernetesParse(t *testing.T) { }, { `kubernetes coredns.local { - endpoint http://localhost:9090 + endpoint http://localhost:9090 http://localhost:9091 }`, false, "", |