aboutsummaryrefslogtreecommitdiff
path: root/test/proxy_test.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2016-10-08 15:07:07 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2016-10-08 15:07:07 +0100
commit6cf14746adf928bba95a45af1eb22c03ccb0a58a (patch)
tree21d87fee5430ed4bb661b5ef80091770a2a28ac9 /test/proxy_test.go
parenta05901f62a47b9cca92b46937a59a7b06f23023a (diff)
downloadcoredns-6cf14746adf928bba95a45af1eb22c03ccb0a58a.tar.gz
coredns-6cf14746adf928bba95a45af1eb22c03ccb0a58a.tar.zst
coredns-6cf14746adf928bba95a45af1eb22c03ccb0a58a.zip
small fix
Diffstat (limited to 'test/proxy_test.go')
-rw-r--r--test/proxy_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/proxy_test.go b/test/proxy_test.go
index c2cdc2fcc..15e3ccdcd 100644
--- a/test/proxy_test.go
+++ b/test/proxy_test.go
@@ -65,7 +65,7 @@ func TestLookupProxy(t *testing.T) {
func BenchmarkLookupProxy(b *testing.B) {
t := new(testing.T)
- name, rm, err := test.TempFile(t, ".", exampleOrg)
+ name, rm, err := test.TempFile(".", exampleOrg)
if err != nil {
t.Fatalf("failed to created zone: %s", err)
}