调整下顺序

This commit is contained in:
duanchao.bill
2022-06-10 21:36:39 +08:00
parent 30cb991aac
commit 6f3d8325b4

View File

@@ -67,13 +67,13 @@ def call_hooks(
def run_step_request(runner: HttpRunner, step: TStep) -> StepResult:
"""run teststep: request"""
step.variables = runner.merge_step_variables(step.variables)
step_start_variables = step.variables
step_result = StepResult(
name=step.name,
success=False,
)
step.variables = runner.merge_step_variables(step.variables)
start_time = time.time()