Skip to content

Commit

Permalink
loki.source.windowsevent: fix Windows tests (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored Apr 5, 2024
1 parent cd26bf2 commit f91a7a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestLegacyBookmarkConversion(t *testing.T) {
rec := loki.NewLogsReceiver()
c, err := New(component.Options{
ID: "loki.source.windowsevent.test",
Logger: util.TestFlowLogger(t),
Logger: util.TestAlloyLogger(t),
DataPath: dataPath,
OnStateChange: func(e component.Exports) {

Expand Down

0 comments on commit f91a7a9

Please sign in to comment.