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