mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
change: update docs
This commit is contained in:
@@ -20,7 +20,6 @@ func NewYAMLCase(path string) (*hrp.TCase, error) {
|
||||
return nil, errors.New("invalid yaml file")
|
||||
}
|
||||
|
||||
// convert json case to TCase
|
||||
err = caseJSON.MakeCompat()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user