fix: no error is logged when the assertion fails

This commit is contained in:
徐聪
2022-01-18 21:37:03 +08:00
parent 992a53844f
commit 22821ba7fa

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"