aboutsummaryrefslogtreecommitdiff
path: root/test/cache_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_test.go')
-rw-r--r--test/cache_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache_test.go b/test/cache_test.go
index 1bb600492..065008e77 100644
--- a/test/cache_test.go
+++ b/test/cache_test.go
@@ -26,9 +26,9 @@ func TestLookupCache(t *testing.T) {
}
defer i.Stop()
- // Start caching proxy CoreDNS that we want to test.
+ // Start caching forward CoreDNS that we want to test.
corefile = `example.org:0 {
- proxy . ` + udp + `
+ forward . ` + udp + `
cache 10
}
`