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