diff options
Diffstat (limited to 'test/etcd_test.go')
-rw-r--r-- | test/etcd_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/etcd_test.go b/test/etcd_test.go index 6f3c0b39a..265162a83 100644 --- a/test/etcd_test.go +++ b/test/etcd_test.go @@ -48,12 +48,12 @@ func TestEtcdStubAndProxyLookup(t *testing.T) { ex, err := CoreDNSServer(corefile) if err != nil { - t.Fatalf("could not get CoreDNS serving instance: %s", err) + t.Fatalf("Could not get CoreDNS serving instance: %s", err) } udp, _ := CoreDNSServerPorts(ex, 0) if udp == "" { - t.Fatalf("could not get udp listening port") + t.Fatalf("Could not get UDP listening port") } defer ex.Stop() |