Skip to content

Commit cc2d33b

Browse files
vigneshshanmugammergify-bot
authored andcommitted
[Heartbeat] use --params flag for synthetics (#26674)
(cherry picked from commit cc7c642)
1 parent 4b6b03c commit cc2d33b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/heartbeat/monitors/browser/synthexec/synthexec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func runCmd(
114114

115115
if len(params) > 0 {
116116
paramsBytes, _ := json.Marshal(params)
117-
cmd.Args = append(cmd.Args, "--suite-params", string(paramsBytes))
117+
cmd.Args = append(cmd.Args, "--params", string(paramsBytes))
118118
}
119119

120120
// We need to pass both files in here otherwise we get a broken pipe, even

0 commit comments

Comments
 (0)