mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
fix: no error is logged when the assertion fails
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user