mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-09 09:49:33 +08:00
fix: deal with extract expr including hyphen
This commit is contained in:
@@ -48,6 +48,7 @@ func (path *APIPath) ToAPI() (*API, error) {
|
||||
return nil, err
|
||||
}
|
||||
err = convertCompatValidator(api.Validators)
|
||||
convertExtract(api.Extract)
|
||||
return api, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user