From 708ce026ca03d69aaf386a3cd3af716a87bff3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E3=81=AE=E3=81=8B=E3=81=88=E3=81=A7?= Date: Sat, 10 Apr 2021 17:22:44 +0800 Subject: [PATCH] Refine the test of dns conf --- infra/conf/dns_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/conf/dns_test.go b/infra/conf/dns_test.go index 8240d3ec..b6e9a67d 100644 --- a/infra/conf/dns_test.go +++ b/infra/conf/dns_test.go @@ -81,7 +81,7 @@ func TestDNSConfigParsing(t *testing.T) { }, "clientIp": "10.0.0.1", "queryStrategy": "UseIPv4", - "disableCache": true, + "cacheStrategy": "disable", "disableFallback": true }`, Parser: parserCreator(),