diff options
author | 2016-04-12 21:30:08 +0100 | |
---|---|---|
committer | 2016-04-12 21:30:08 +0100 | |
commit | 27ff83e70f554314b8162d2a3d29d26023e7bd6c (patch) | |
tree | e08c28d4d5abbb607c335c74f117094116743f97 /middleware/etcd/other_test.go | |
parent | 9f651a397baabcd7d1876771f8568e14d7b4b6ef (diff) | |
download | coredns-27ff83e70f554314b8162d2a3d29d26023e7bd6c.tar.gz coredns-27ff83e70f554314b8162d2a3d29d26023e7bd6c.tar.zst coredns-27ff83e70f554314b8162d2a3d29d26023e7bd6c.zip |
Stub forward/proxy tests (#108)
Test the handling of EDNS0 payloads and forwarding to stubzones
servers.
Diffstat (limited to 'middleware/etcd/other_test.go')
-rw-r--r-- | middleware/etcd/other_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/etcd/other_test.go b/middleware/etcd/other_test.go index cdf304d92..d814e2102 100644 --- a/middleware/etcd/other_test.go +++ b/middleware/etcd/other_test.go @@ -31,7 +31,7 @@ func TestOtherLookup(t *testing.T) { _, err := etc.ServeDNS(ctx, rec, m) if err != nil { t.Errorf("expected no error, got %v\n", err) - return + continue } resp := rec.Msg() |