Skip to content

Commit

Permalink
Fixed InitWithOptions usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLavie committed Dec 19, 2024
1 parent 3030851 commit 4fa3910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/network/protocols/events/consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func newEBPFProgram(c *config.Config) (*ddebpf.Manager, error) {
ddEbpfManager := ddebpf.NewManager(m, "usm", &ebpftelemetry.ErrorsTelemetryModifier{})

Configure(config.New(), "test", ddEbpfManager.Manager, &options)
err = m.InitWithOptions(bc, options)
err = ddEbpfManager.InitWithOptions(bc, &options)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 4fa3910

Please sign in to comment.