mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-14 12:19:39 +08:00
fix: add the step type to the summary step result
This commit is contained in:
@@ -47,6 +47,7 @@ def run_step_sql_request(runner: HttpRunner, step: TStep) -> StepResult:
|
||||
|
||||
step_result = StepResult(
|
||||
name=step.name,
|
||||
step_type="sql",
|
||||
success=False,
|
||||
)
|
||||
step_variables = runner.merge_step_variables(step.variables)
|
||||
|
||||
Reference in New Issue
Block a user