mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
refactor: CaseRunner, parseConfig
This commit is contained in:
@@ -305,7 +305,7 @@ func runStepRequest(r *SessionRunner, step *TStep) (stepResult *StepResult, err
|
||||
|
||||
sessionData := newSessionData()
|
||||
parser := r.caseRunner.parser
|
||||
config := r.caseRunner.parsedConfig
|
||||
config := r.caseRunner.Config
|
||||
|
||||
rb := newRequestBuilder(parser, config, step.Request)
|
||||
rb.req.Method = strings.ToUpper(string(step.Request.Method))
|
||||
|
||||
Reference in New Issue
Block a user