mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
Typo fixes (#2031)
This commit is contained in:
@@ -97,7 +97,7 @@ func TestProxyThreeWay(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
// We would previously get SERVFAIL, so just getting answers here
|
||||
// is a good sign. The actuall timeouts are handled in the err != nil case
|
||||
// is a good sign. The actual timeouts are handled in the err != nil case
|
||||
// above.
|
||||
if r.Rcode != dns.RcodeSuccess {
|
||||
t.Fatalf("Expected success rcode, got %d", r.Rcode)
|
||||
|
||||
Reference in New Issue
Block a user