aboutsummaryrefslogtreecommitdiff
path: root/plugin/etcd/stub_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/etcd/stub_test.go')
-rw-r--r--plugin/etcd/stub_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/stub_test.go b/plugin/etcd/stub_test.go
index c71089e0e..c4a262b86 100644
--- a/plugin/etcd/stub_test.go
+++ b/plugin/etcd/stub_test.go
@@ -58,7 +58,7 @@ func TestStubLookup(t *testing.T) {
continue
}
if err != nil {
- t.Errorf("expected no error, got %v for %s\n", err, m.Question[0].Name)
+ t.Errorf("Expected no error, got %v for %s\n", err, m.Question[0].Name)
}
resp := rec.Msg
if resp == nil {