diff options
Diffstat (limited to 'plugin/etcd/cname_test.go')
-rw-r--r-- | plugin/etcd/cname_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/cname_test.go b/plugin/etcd/cname_test.go index dc3213655..bf27573cc 100644 --- a/plugin/etcd/cname_test.go +++ b/plugin/etcd/cname_test.go @@ -28,7 +28,7 @@ func TestCnameLookup(t *testing.T) { rec := dnstest.NewRecorder(&test.ResponseWriter{}) _, err := etc.ServeDNS(ctxt, rec, m) if err != nil { - t.Errorf("expected no error, got %v\n", err) + t.Errorf("Expected no error, got %v\n", err) return } |