aboutsummaryrefslogtreecommitdiff
path: root/test/proxy_test.go
diff options
context:
space:
mode:
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 634fde888..400aee0b5 100644
--- a/test/proxy_test.go
+++ b/test/proxy_test.go
@@ -21,7 +21,7 @@ example.org. IN A 127.0.0.2
`
func TestLookupProxy(t *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)
}