mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
feat: add status code for mobile UI
This commit is contained in:
+1
-1
@@ -560,7 +560,7 @@ func (r *SessionRunner) ParseStepVariables(stepVariables map[string]interface{})
|
||||
if err != nil {
|
||||
log.Error().Interface("variables", r.caseRunner.parsedConfig.Variables).
|
||||
Err(err).Msg("parse step variables failed")
|
||||
return nil, err
|
||||
return nil, errors.Wrap(err, "parse step variables failed")
|
||||
}
|
||||
return parsedVariables, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user