merge main

This commit is contained in:
debugtalk
2022-03-04 17:50:43 +08:00
15 changed files with 395 additions and 17 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ func (h *har) prepareTestStep(entry *Entry) (*hrp.TStep, error) {
step := &tStep{
TStep: hrp.TStep{
Request: &hrp.Request{},
Validators: make([]hrp.Validator, 0),
Validators: make([]interface{}, 0),
},
}
if err := step.makeRequestMethod(entry); err != nil {