aboutsummaryrefslogtreecommitdiff
path: root/test/proxy_health_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/proxy_health_test.go')
-rw-r--r--test/proxy_health_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/proxy_health_test.go b/test/proxy_health_test.go
index 620d8b274..6ab7faa8c 100644
--- a/test/proxy_health_test.go
+++ b/test/proxy_health_test.go
@@ -46,7 +46,7 @@ func TestProxyThreeWay(t *testing.T) {
// Proxying CoreDNS.
corefileProxy := `example.org:0 {
- proxy . ` + addr1 + " " + addr2 + ` {
+ forward . ` + addr1 + " " + addr2 + ` {
max_fails 1
}
}`