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