From ec44dd41b0ed2e4300e668245b276a9b24fc89b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E8=81=AA?= Date: Tue, 18 Jan 2022 22:10:50 +0800 Subject: [PATCH] fix: no error is logged when the assertion fails --- response.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/response.go b/response.go index a365c596..77abb4dc 100644 --- a/response.go +++ b/response.go @@ -8,9 +8,8 @@ import ( "strings" "testing" - "github.com/pkg/errors" - "github.com/jmespath/go-jmespath" + "github.com/pkg/errors" "github.com/rs/zerolog/log" "github.com/httprunner/hrp/internal/builtin"