@@ -504,6 +504,7 @@ func TestProxy_Resolve_dnssecCache(t *testing.T) {
504504 UpstreamConfig : & UpstreamConfig {Upstreams : []upstream.Upstream {u }},
505505 TrustedProxies : defaultTrustedProxies ,
506506 CacheEnabled : true ,
507+ DNSSECEnabled : true ,
507508 CacheSizeBytes : defaultCacheSize ,
508509 })
509510
@@ -978,6 +979,7 @@ func TestExchangeCustomUpstreamConfigCache(t *testing.T) {
978979 UpstreamConfig : newTestUpstreamConfig (t , defaultTimeout , testDefaultUpstreamAddr ),
979980 TrustedProxies : defaultTrustedProxies ,
980981 CacheEnabled : true ,
982+ DNSSECEnabled : true ,
981983 })
982984
983985 servicetest .RequireRun (t , prx , testTimeout )
@@ -1107,6 +1109,7 @@ func TestECSProxy(t *testing.T) {
11071109 Upstreams : []upstream.Upstream {u },
11081110 },
11091111 TrustedProxies : defaultTrustedProxies ,
1112+ DNSSECEnabled : true ,
11101113 EnableEDNSClientSubnet : true ,
11111114 CacheEnabled : true ,
11121115 })
@@ -1216,6 +1219,7 @@ func TestECSProxyCacheMinMaxTTL(t *testing.T) {
12161219 TCPListenAddr : []* net.TCPAddr {net .TCPAddrFromAddrPort (localhostAnyPort )},
12171220 UpstreamConfig : & UpstreamConfig {Upstreams : []upstream.Upstream {u }},
12181221 TrustedProxies : defaultTrustedProxies ,
1222+ DNSSECEnabled : true ,
12191223 EnableEDNSClientSubnet : true ,
12201224 CacheEnabled : true ,
12211225 CacheMinTTL : 20 ,
@@ -1309,6 +1313,7 @@ func TestProxy_Resolve_withOptimisticResolver(t *testing.T) {
13091313 CacheOptimistic : true ,
13101314 CacheOptimisticAnswerTTL : testOptimisticTTL ,
13111315 CacheOptimisticMaxAge : testOptimisticMaxAge ,
1316+ DNSSECEnabled : true ,
13121317 },
13131318 logger : testLogger ,
13141319 pendingRequests : newDefaultPendingRequests (),
0 commit comments