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