mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-06 16:07:45 +08:00
refactor: rename initWithParameters
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ func (b *HRPBoomer) convertBoomerTask(testcase *TestCase, rendezvousList []*Rend
|
||||
|
||||
mutex.Lock()
|
||||
if parametersIterator.HasNext() {
|
||||
sessionRunner.InitWithParameters(parametersIterator.Next())
|
||||
sessionRunner.initWithParameters(parametersIterator.Next())
|
||||
}
|
||||
mutex.Unlock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user