change: update tests format

This commit is contained in:
debugtalk
2022-04-13 17:45:51 +08:00
parent 55e4ad89c8
commit 14bad9e5c3
4 changed files with 33 additions and 14 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ func (b *HRPBoomer) convertBoomerTask(testcase *TestCase, rendezvousList []*Rend
var parameterVariables map[string]interface{}
// iterate through all parameter iterators and update case variables
for _, it := range testcase.Config.ParametersSetting.Iterators {
for _, it := range sessionRunner.parsedConfig.ParametersSetting.Iterators {
if it.HasNext() {
parameterVariables = it.Next()
}