mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-29 03:57:22 +08:00
fix: updateData isReplace -> replace
This commit is contained in:
@@ -300,8 +300,8 @@ func (o *ActionOptions) updateData(data map[string]interface{}) {
|
||||
data["frequency"] = 60 // default frequency
|
||||
}
|
||||
|
||||
if _, ok := data["isReplace"]; !ok {
|
||||
data["isReplace"] = true // default true
|
||||
if _, ok := data["replace"]; !ok {
|
||||
data["replace"] = true // default true
|
||||
}
|
||||
|
||||
// custom options
|
||||
|
||||
Reference in New Issue
Block a user