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 c550af044..7b96582c5 100644 --- a/test/proxy_test.go +++ b/test/proxy_test.go @@ -16,7 +16,7 @@ func TestLookupProxy(t *testing.T) { t.Parallel() name, rm, err := test.TempFile(".", exampleOrg) if err != nil { - t.Fatalf("failed to created zone: %s", err) + t.Fatalf("failed to create zone: %s", err) } defer rm() |