diff options
Diffstat (limited to 'plugin/etcd/stub_test.go')
-rw-r--r-- | plugin/etcd/stub_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/stub_test.go b/plugin/etcd/stub_test.go index 818457ac2..c71089e0e 100644 --- a/plugin/etcd/stub_test.go +++ b/plugin/etcd/stub_test.go @@ -17,7 +17,7 @@ import ( func fakeStubServerExampleNet(t *testing.T) (*dns.Server, string) { server, addr, err := test.UDPServer("127.0.0.1:0") if err != nil { - t.Fatalf("failed to create a UDP server: %s", err) + t.Fatalf("Failed to create a UDP server: %s", err) } // add handler for example.net dns.HandleFunc("example.net.", func(w dns.ResponseWriter, r *dns.Msg) { |