diff --git a/test/pilosa_test.go b/test/pilosa_test.go index 229fde5c0..0a1acc551 100644 --- a/test/pilosa_test.go +++ b/test/pilosa_test.go @@ -43,7 +43,7 @@ func TestNewCluster(t *testing.T) { resp, err := http.DefaultClient.Do(req) if err != nil { - panic(err) + t.Fatalf("sending request: %v", err) } defer resp.Body.Close()