mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-26 01:51:29 +08:00
fix: update step failed in ParseStep
This commit is contained in:
@@ -27,10 +27,7 @@ func (s *StepFunction) Type() StepType {
|
||||
}
|
||||
|
||||
func (s *StepFunction) Config() *StepConfig {
|
||||
return &StepConfig{
|
||||
StepName: s.StepName,
|
||||
Variables: s.Variables,
|
||||
}
|
||||
return &s.StepConfig
|
||||
}
|
||||
|
||||
func (s *StepFunction) Run(r *SessionRunner) (*StepResult, error) {
|
||||
|
||||
Reference in New Issue
Block a user