mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 15:31:23 +08:00
change: update tests format
This commit is contained in:
@@ -25,7 +25,7 @@ type SessionRunner struct {
|
||||
}
|
||||
|
||||
func (r *SessionRunner) resetSession() {
|
||||
log.Info().Msg("clear session runner")
|
||||
log.Info().Msg("reset session runner")
|
||||
r.sessionVariables = make(map[string]interface{})
|
||||
r.transactions = make(map[string]map[transactionType]time.Time)
|
||||
r.startTime = time.Now()
|
||||
|
||||
Reference in New Issue
Block a user