Skip to content

Commit

Permalink
[Heartbeat] use --params flag for synthetics (#26674) (#27985)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed Sep 17, 2021
1 parent 2202554 commit 09926ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/heartbeat/monitors/browser/synthexec/synthexec.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func runCmd(

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

if len(filterJourneys.Tags) > 0 {
Expand Down

0 comments on commit 09926ba

Please sign in to comment.