aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/proxy_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/proxy_test.go b/test/proxy_test.go
index fc1ff2854..56ef159fb 100644
--- a/test/proxy_test.go
+++ b/test/proxy_test.go
@@ -44,6 +44,7 @@ func TestLookupProxy(t *testing.T) {
resp, err := p.Lookup(state, "example.org.", dns.TypeA)
if err != nil {
t.Error("Expected to receive reply, but didn't")
+ return
}
// expect answer section with A record in it
if len(resp.Answer) == 0 {