We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6b03c commit cc2d33bCopy full SHA for cc2d33b
1 file changed
x-pack/heartbeat/monitors/browser/synthexec/synthexec.go
@@ -114,7 +114,7 @@ func runCmd(
114
115
if len(params) > 0 {
116
paramsBytes, _ := json.Marshal(params)
117
- cmd.Args = append(cmd.Args, "--suite-params", string(paramsBytes))
+ cmd.Args = append(cmd.Args, "--params", string(paramsBytes))
118
}
119
120
// We need to pass both files in here otherwise we get a broken pipe, even
0 commit comments