aboutsummaryrefslogtreecommitdiff
path: root/middleware/etcd/other_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/etcd/other_test.go')
-rw-r--r--middleware/etcd/other_test.go2
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()