Browse Source

Refine the test of dns conf

秋のかえで 5 years ago
parent
commit
708ce026ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      infra/conf/dns_test.go

+ 1 - 1
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(),