change: rename step structs

This commit is contained in:
debugtalk
2021-12-08 10:58:10 +08:00
parent 4d8d5e8091
commit 6da8ebf62c
3 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ func (r *hrpRunner) runStep(step IStep, config *TConfig) (stepResult *stepData,
}
copiedStep.Variables = parsedVariables // avoid data racing
if _, ok := step.(*testcaseWithOptionalArgs); ok {
if _, ok := step.(*stepTestCaseWithOptionalArgs); ok {
// run referenced testcase
log.Info().Str("testcase", copiedStep.Name).Msg("run referenced testcase")
// TODO: override testcase config