Skip to content

Commit

Permalink
loki.source.windowsevents: fix HTTP service dependency (#4701)
Browse files Browse the repository at this point in the history
Signed-off-by: Paschalis Tsilias <[email protected]>
  • Loading branch information
tpaschalis authored Aug 4, 2023
1 parent d2c9198 commit c497037
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions component/loki/source/windowsevent/component_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ func TestEventLogger(t *testing.T) {
OnStateChange: func(e component.Exports) {

},
Registerer: prometheus.DefaultRegisterer,
Tracer: nil,
HTTPListenAddr: "",
HTTPPath: "",
Registerer: prometheus.DefaultRegisterer,
Tracer: nil,
}, Arguments{
Locale: 0,
EventLogName: "Application",
Expand Down

0 comments on commit c497037

Please sign in to comment.