fix: no error is logged when the assertion fails

This commit is contained in:
徐聪
2022-01-18 21:37:03 +08:00
parent 2a6c7295cc
commit 96a731b592

View File

@@ -3,12 +3,13 @@ package hrp
import (
"encoding/json"
"fmt"
"github.com/pkg/errors"
"io/ioutil"
"net/http"
"strings"
"testing"
"github.com/pkg/errors"
"github.com/jmespath/go-jmespath"
"github.com/rs/zerolog/log"