Skip to content

Commit eb17067

Browse files
Apply suggestion from @ycombinator
Co-authored-by: Shaunak Kashyap <[email protected]>
1 parent 034e713 commit eb17067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/integration/ess/beat_receivers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ agent.monitoring.enabled: false
720720
require.NoError(t,
721721
template.Must(template.New("config").Parse(configTemplate)).Execute(&configBuffer,
722722
configOptions{
723-
RuntimeExperimental: "process",
723+
RuntimeExperimental: component.ProcessRuntimeManager.String(),
724724
}))
725725
processConfig := configBuffer.Bytes()
726726
require.NoError(t,

0 commit comments

Comments
 (0)