aboutsummaryrefslogtreecommitdiff
path: root/test/metrics_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/metrics_test.go')
-rw-r--r--test/metrics_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/metrics_test.go b/test/metrics_test.go
index d12eac12c..c37126a74 100644
--- a/test/metrics_test.go
+++ b/test/metrics_test.go
@@ -23,7 +23,7 @@ func TestMetricsServer(t *testing.T) {
}
example.com:0 {
- proxy . 8.8.4.4:53
+ forward . 8.8.4.4:53
prometheus localhost:0
}
`
@@ -38,7 +38,7 @@ func TestMetricsRefused(t *testing.T) {
metricName := "coredns_dns_response_rcode_count_total"
corefile := `example.org:0 {
- proxy . 8.8.8.8:53
+ forward . 8.8.8.8:53
prometheus localhost:0
}
`