Refine the test of dns conf

This commit is contained in:
秋のかえで 2021-04-10 17:22:44 +08:00
parent 217844cc37
commit 708ce026ca
No known key found for this signature in database
GPG Key ID: C687746B27587C0D

View File

@ -81,7 +81,7 @@ func TestDNSConfigParsing(t *testing.T) {
}, },
"clientIp": "10.0.0.1", "clientIp": "10.0.0.1",
"queryStrategy": "UseIPv4", "queryStrategy": "UseIPv4",
"disableCache": true, "cacheStrategy": "disable",
"disableFallback": true "disableFallback": true
}`, }`,
Parser: parserCreator(), Parser: parserCreator(),