mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-06 14:04:16 +08:00
refactor: move websocket related logic to step_websocket
This commit is contained in:
@@ -89,8 +89,6 @@ func (s *StepTestCaseWithOptionalArgs) Run(r *SessionRunner) (stepResult *StepRe
|
||||
return stepResult, err
|
||||
}
|
||||
sessionRunner := caseRunner.NewSession()
|
||||
// need to inherit some information from current session
|
||||
sessionRunner.inheritConnection(r)
|
||||
|
||||
start := time.Now()
|
||||
// run referenced testcase with step variables
|
||||
|
||||
Reference in New Issue
Block a user