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 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) } |