diff options
Diffstat (limited to 'test/proxy_test.go')
-rw-r--r-- | test/proxy_test.go | 2 |
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) } |