mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 00:17:37 +08:00
refactor: CaseRunner, parseConfig
This commit is contained in:
@@ -270,7 +270,7 @@ func runStepWebSocket(r *SessionRunner, step *TStep) (stepResult *StepResult, er
|
||||
|
||||
sessionData := newSessionData()
|
||||
parser := r.caseRunner.parser
|
||||
config := r.caseRunner.parsedConfig
|
||||
config := r.caseRunner.Config
|
||||
|
||||
dummyReq := &Request{
|
||||
URL: step.WebSocket.URL,
|
||||
|
||||
Reference in New Issue
Block a user