mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-25 02:10:24 +08:00
refactor: Run with config
This commit is contained in:
@@ -27,6 +27,6 @@ func (s *stepRequestExtraction) Type() string {
|
||||
return fmt.Sprintf("request-%v", s.step.Request.Method)
|
||||
}
|
||||
|
||||
func (s *stepRequestExtraction) Run() error {
|
||||
func (s *stepRequestExtraction) Run(config *TConfig) error {
|
||||
return s.runner.runStep(s.step)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user