From 5e6fc3dded5969ecf5b80266ba971c242de9c1b8 Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Tue, 17 Feb 2026 20:56:59 +0530 Subject: [PATCH] fix test --- tests/resources/coredns/Corefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/resources/coredns/Corefile b/tests/resources/coredns/Corefile index b156ba336d..7b312e8498 100644 --- a/tests/resources/coredns/Corefile +++ b/tests/resources/coredns/Corefile @@ -19,7 +19,7 @@ webapp.com { template IN CNAME { match "^stage-function\.webapp\.com\.$" - answer "{{ .Name }} 60 IN CNAME functions.localhost." + answer "{{ .Name }} 60 IN CNAME cname.localhost." fallthrough }