Skip to content

Commit

Permalink
Fix test dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Wakely <[email protected]>
  • Loading branch information
StephenWakely committed Nov 29, 2024
1 parent b1b8d0d commit c888885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/aggregator/demultiplexer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ func createDemuxDepsWithOrchestratorFwd(
TestDeps: deps.TestDeps,
Demultiplexer: InitAndStartAgentDemultiplexer(deps.Log, deps.SharedForwarder, deps.OrchestratorForwarder, opts, deps.Eventplatform, deps.HaAgent, deps.Compressor, nooptagger.NewComponent(), ""),
OrchestratorFwd: deps.OrchestratorForwarder,
Compressor: deps.Compressor,
EventPlatformFwd: deps.Eventplatform,
}
}

0 comments on commit c888885

Please sign in to comment.